Html Css Color HEX #034A7E Dark Cerulean

📋 copy color: '#034A7E'

red 3 ◦ green 74 ◦ blue 126

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

Shades of Dark Cerulean #034A7E

Tints of Dark Cerulean #034A7E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 126 (49.61% from 255) = 62.07%

R = 1.48%
G = 36.45%
B = 62.07%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#034A7E (or 0x034A7E) is known color: Dark Cerulean. HEX triplet: 03, 4A and 7E. RGB value is (3,74,126). Sum of RGB (Red+Green+Blue) = 3+74+126=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #034A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A7E is #FCB581. Grayscale: #3A3A3A. Windows color (decimal): -16561538 or 8276483. OLE color: 8276483.

HSL color Cylindrical-coordinate representation of color #034A7E: hue angle of 205.37º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A7E is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 74 126 -
CMYK 0.98 0.41 0 0.51
HSL 205.37º 0.95% 0.25% -
HSV(B) 205.37º 0.98% 0.49% -
XYZ 6.25 6.42 20.65 -
YUV 58.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 3 74 126 0.98 0.41 0 0.51 205.37 0.95 0.25
Hex 3 4A 7E 62 29 0 33 CD 5F 19
Octal 3 112 176 142 51 0 63 315 137 31
Binary 11 1001010 1111110 1100010 101001 0 110011 11001101 1011111 11001

Color Harmonies of #034A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A7E

Black with #034A7E

Text Example


Text Example

White with #034A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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