#034485

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

Shades of Dark Cerulean #034485

Tints of Dark Cerulean #034485

Color information

#034485 (or 0x034485) is unknown color: approx Dark Cerulean. HEX triplet: 03, 44 and 85. RGB value is (3,68,133). Sum of RGB (Red+Green+Blue) = 3+68+133=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #034485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034485 is #FCBB7A. Grayscale: #373737. Windows color (decimal): -16563067 or 8733699. OLE color: 8733699.

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

Color convert

RGB368133-
CMYK0.980.4900.48
HSL210º95.59%26.67%-
HSV(B)210º97.74%52.16%-
XYZ6.345.8522.98-
YUV55.97171.4790.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=1.47%
G=33.33%
B=65.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3681330.980.4900.4821095.5926.67
Hex344856231030d2601b
Octal31042051426106032214033
Binary111000100100001011100010110001011000011010010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034485; }

 p { color: rgb(3,68,133); }

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

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

 a { background-color: rgb(3,68,133); }

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

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

 span { border-color: rgb(3,68,133); }

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