Html Css Color HEX #034E8B Dark Cerulean

📋 copy color: '#034E8B'

red 3 ◦ green 78 ◦ blue 139

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

Shades of Dark Cerulean #034E8B

Tints of Dark Cerulean #034E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.45%

 BLUE value IS 139 (54.69% from 255) = 63.18%

R = 1.36%
G = 35.45%
B = 63.18%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#034E8B (or 0x034E8B) is known color: Dark Cerulean. HEX triplet: 03, 4E and 8B. RGB value is (3,78,139). Sum of RGB (Red+Green+Blue) = 3+78+139=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #034E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E8B is #FCB174. Grayscale: #3E3E3E. Windows color (decimal): -16560501 or 9129475. OLE color: 9129475.

HSL color Cylindrical-coordinate representation of color #034E8B: hue angle of 206.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E8B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 78 139 -
CMYK 0.98 0.44 0 0.45
HSL 206.91º 0.96% 0.28% -
HSV(B) 206.91º 0.98% 0.55% -
XYZ 7.42 7.33 25.45 -
YUV 62.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 3 78 139 0.98 0.44 0 0.45 206.91 0.96 0.28
Hex 3 4E 8B 62 2C 0 2D CF 60 1C
Octal 3 116 213 142 54 0 55 317 140 34
Binary 11 1001110 10001011 1100010 101100 0 101101 11001111 1100000 11100

Color Harmonies of #034E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E8B

Black with #034E8B

Text Example


Text Example

White with #034E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,78,139); }

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

background-color css

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

 a { background-color: rgb(3,78,139); }

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

border-color css

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

 span { border-color: rgb(3,78,139); }

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