#034A82

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

Shades of Dark Cerulean #034A82

Tints of Dark Cerulean #034A82

Color information

#034A82 (or 0x034A82) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 82. RGB value is (3,74,130). Sum of RGB (Red+Green+Blue) = 3+74+130=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #034A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A82 is #FCB57D. Grayscale: #3A3A3A. Windows color (decimal): -16561534 or 8538627. OLE color: 8538627.

HSL color Cylindrical-coordinate representation of color #034A82: hue angle of 206.46º degrees, saturation: 0.95, 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 #034A82 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB374130-
CMYK0.980.4300.49
HSL206.46º95.49%26.08%-
HSV(B)206.46º97.69%50.98%-
XYZ6.526.5322.04-
YUV59.15167.9887.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=1.45%
G=35.75%
B=62.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3741300.980.4300.49206.4695.4926.08
Hex34A82622B031ce5f1a
Octal31122021425306131613732
Binary111001010100000101100010101011011000111001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034A82; }

 p { color: rgb(3,74,130); }

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

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

 a { background-color: rgb(3,74,130); }

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

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

 span { border-color: rgb(3,74,130); }

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