#034185

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

Shades of Dark Cerulean #034185

Tints of Dark Cerulean #034185

Color information

#034185 (or 0x034185) is unknown color: approx Dark Cerulean. HEX triplet: 03, 41 and 85. RGB value is (3,65,133). Sum of RGB (Red+Green+Blue) = 3+65+133=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #034185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034185 is #FCBE7A. Grayscale: #353535. Windows color (decimal): -16563835 or 8732931. OLE color: 8732931.

HSL color Cylindrical-coordinate representation of color #034185: hue angle of 211.38º 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 #034185 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB365133-
CMYK0.980.5100.48
HSL211.38º95.59%26.67%-
HSV(B)211.38º97.74%52.16%-
XYZ6.165.4922.93-
YUV54.21172.4691.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=1.49%
G=32.34%
B=66.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3651330.980.5100.48211.3895.5926.67
Hex341856233030d3601b
Octal31012051426306032314033
Binary111000001100001011100010110011011000011010011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034185; }

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

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

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

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

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

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

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

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