Html Css Color HEX #034892 Dark Cerulean

📋 copy color: '#034892'

red 3 ◦ green 72 ◦ blue 146

#034892
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #034892

Tints of Dark Cerulean #034892

RGB

 RED value IS 3 (1.56% from 255) = 1.36%

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 1.36%
G = 32.58%
B = 66.06%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#034892 (or 0x034892) is known color: Dark Cerulean. HEX triplet: 03, 48 and 92. RGB value is (3,72,146). Sum of RGB (Red+Green+Blue) = 3+72+146=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #034892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034892 is #FCB76D. Grayscale: #3B3B3B. Windows color (decimal): -16562030 or 9586691. OLE color: 9586691.

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

Color convert

RGB 3 72 146 -
CMYK 0.98 0.51 0 0.43
HSL 211.05º 0.96% 0.29% -
HSV(B) 211.05º 0.98% 0.57% -
XYZ 7.54 6.73 28.1 -
YUV 59.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 3 72 146 0.98 0.51 0 0.43 211.05 0.96 0.29
Hex 3 48 92 62 33 0 2B D3 60 1D
Octal 3 110 222 142 63 0 53 323 140 35
Binary 11 1001000 10010010 1100010 110011 0 101011 11010011 1100000 11101

Color Harmonies of #034892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034892

Black with #034892

Text Example


Text Example

White with #034892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034892; }

 p { color: rgb(3,72,146); }

 H1.HeaderClassName
 {
   color: #034892;
 }
 .AnyTagClassName
 {
   color: #034892;
 }
</style>

background-color css

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

 a { background-color: rgb(3,72,146); }

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

border-color css

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

 span { border-color: rgb(3,72,146); }

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