Html Css Color HEX #034D71 Dark Cerulean

📋 copy color: '#034D71'

red 3 ◦ green 77 ◦ blue 113

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

Shades of Dark Cerulean #034D71

Tints of Dark Cerulean #034D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 1.55%
G = 39.9%
B = 58.55%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034D71 (or 0x034D71) is known color: Dark Cerulean. HEX triplet: 03, 4D and 71. RGB value is (3,77,113). Sum of RGB (Red+Green+Blue) = 3+77+113=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #034D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D71 is #FCB28E. Grayscale: #3A3A3A. Windows color (decimal): -16560783 or 7425283. OLE color: 7425283.

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

Color convert

RGB 3 77 113 -
CMYK 0.97 0.32 0 0.56
HSL 199.64º 0.95% 0.23% -
HSV(B) 199.64º 0.97% 0.44% -
XYZ 5.67 6.52 16.58 -
YUV 58.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 3 77 113 0.97 0.32 0 0.56 199.64 0.95 0.23
Hex 3 4D 71 61 20 0 38 C8 5F 17
Octal 3 115 161 141 40 0 70 310 137 27
Binary 11 1001101 1110001 1100001 100000 0 111000 11001000 1011111 10111

Color Harmonies of #034D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D71

Black with #034D71

Text Example


Text Example

White with #034D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,113); }

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

background-color css

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

 a { background-color: rgb(3,77,113); }

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

border-color css

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

 span { border-color: rgb(3,77,113); }

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