Html Css Color HEX #034E74 Dark Cerulean

📋 copy color: '#034E74'

red 3 ◦ green 78 ◦ blue 116

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

Shades of Dark Cerulean #034E74

Tints of Dark Cerulean #034E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 1.52%
G = 39.59%
B = 58.88%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#034E74 (or 0x034E74) is known color: Dark Cerulean. HEX triplet: 03, 4E and 74. RGB value is (3,78,116). Sum of RGB (Red+Green+Blue) = 3+78+116=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #034E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E74 is #FCB18B. Grayscale: #3B3B3B. Windows color (decimal): -16560524 or 7622147. OLE color: 7622147.

HSL color Cylindrical-coordinate representation of color #034E74: hue angle of 200.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E74 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 78 116 -
CMYK 0.97 0.33 0 0.55
HSL 200.18º 0.95% 0.23% -
HSV(B) 200.18º 0.97% 0.45% -
XYZ 5.91 6.73 17.51 -
YUV 59.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 3 78 116 0.97 0.33 0 0.55 200.18 0.95 0.23
Hex 3 4E 74 61 21 0 37 C8 5F 17
Octal 3 116 164 141 41 0 67 310 137 27
Binary 11 1001110 1110100 1100001 100001 0 110111 11001000 1011111 10111

Color Harmonies of #034E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E74

Black with #034E74

Text Example


Text Example

White with #034E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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