#034785

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

Shades of Dark Cerulean #034785

Tints of Dark Cerulean #034785

Color information

#034785 (or 0x034785) is unknown color: approx Dark Cerulean. HEX triplet: 03, 47 and 85. RGB value is (3,71,133). Sum of RGB (Red+Green+Blue) = 3+71+133=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #034785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034785 is #FCB87A. Grayscale: #393939. Windows color (decimal): -16562299 or 8734467. OLE color: 8734467.

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

Color convert

RGB371133-
CMYK0.980.4700.48
HSL208.62º95.59%26.67%-
HSV(B)208.62º97.74%52.16%-
XYZ6.526.2223.05-
YUV57.74170.4788.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=1.45%
G=34.30%
B=64.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3711330.980.4700.48208.6295.5926.67
Hex34785622F030d1601b
Octal31072051425706032114033
Binary111000111100001011100010101111011000011010001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034785; }

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

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

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

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

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

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

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

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