Html Css Color HEX #034D7D Dark Cerulean

📋 copy color: '#034D7D'

red 3 ◦ green 77 ◦ blue 125

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

Shades of Dark Cerulean #034D7D

Tints of Dark Cerulean #034D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 1.46%
G = 37.56%
B = 60.98%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#034D7D (or 0x034D7D) is known color: Dark Cerulean. HEX triplet: 03, 4D and 7D. RGB value is (3,77,125). Sum of RGB (Red+Green+Blue) = 3+77+125=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #034D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D7D is #FCB282. Grayscale: #3C3C3C. Windows color (decimal): -16560771 or 8211715. OLE color: 8211715.

HSL color Cylindrical-coordinate representation of color #034D7D: hue angle of 203.61º 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 #034D7D is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 77 125 -
CMYK 0.98 0.38 0 0.51
HSL 203.61º 0.95% 0.25% -
HSV(B) 203.61º 0.98% 0.49% -
XYZ 6.39 6.81 20.38 -
YUV 60.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 3 77 125 0.98 0.38 0 0.51 203.61 0.95 0.25
Hex 3 4D 7D 62 26 0 33 CC 5F 19
Octal 3 115 175 142 46 0 63 314 137 31
Binary 11 1001101 1111101 1100010 100110 0 110011 11001100 1011111 11001

Color Harmonies of #034D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D7D

Black with #034D7D

Text Example


Text Example

White with #034D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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