#034983

Color #034983 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #034983

Tints of Dark Cerulean #034983

Color information

#034983 (or 0x034983) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 83. RGB value is (3,73,131). Sum of RGB (Red+Green+Blue) = 3+73+131=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #034983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034983 is #FCB67C. Grayscale: #3A3A3A. Windows color (decimal): -16561789 or 8603907. OLE color: 8603907.

HSL color Cylindrical-coordinate representation of color #034983: hue angle of 207.19º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034983 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB373131-
CMYK0.980.4400.49
HSL207.19º95.52%26.27%-
HSV(B)207.19º97.71%51.37%-
XYZ6.526.4222.37-
YUV58.68168.8188.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 131 (51.56% from 255) = 63.29%
R=1.45%
G=35.27%
B=63.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3731310.980.4400.49207.1995.5226.27
Hex34983622C031cf601a
Octal31112031425406131714032
Binary111001001100000111100010101100011000111001111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034983; }

 p { color: rgb(3,73,131); }

 H1.HeaderClassName
 {
   color: #034983;
 }
 .AnyTagClassName
 {
   color: #034983;
 }
</style>
background-color css

<style>
 a { background-color: #034983; }

 a { background-color: rgb(3,73,131); }

 div.DivClassName
 {
   background-color: #034983;
 }
 .BgClassName
 {
   background-color: #034983;
 }
</style>
border-color css

<style>
 span { border-color: #034983; }

 span { border-color: rgb(3,73,131); }

 td.TdClassName
 {
   border-color: #034983;
 }
 .TagClassName
 {
   border-color: #034983;
 }
</style>