Html Css Color HEX #034D7C Dark Cerulean

📋 copy color: '#034D7C'

red 3 ◦ green 77 ◦ blue 124

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

Shades of Dark Cerulean #034D7C

Tints of Dark Cerulean #034D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 1.47%
G = 37.75%
B = 60.78%

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

#034D7C (or 0x034D7C) is known color: Dark Cerulean. HEX triplet: 03, 4D and 7C. RGB value is (3,77,124). Sum of RGB (Red+Green+Blue) = 3+77+124=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #034D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D7C is #FCB283. Grayscale: #3B3B3B. Windows color (decimal): -16560772 or 8146179. OLE color: 8146179.

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

Color convert

RGB 3 77 124 -
CMYK 0.98 0.38 0 0.51
HSL 203.31º 0.95% 0.25% -
HSV(B) 203.31º 0.98% 0.49% -
XYZ 6.33 6.78 20.04 -
YUV 60.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 3 77 124 0.98 0.38 0 0.51 203.31 0.95 0.25
Hex 3 4D 7C 62 26 0 33 CB 5F 19
Octal 3 115 174 142 46 0 63 313 137 31
Binary 11 1001101 1111100 1100010 100110 0 110011 11001011 1011111 11001

Color Harmonies of #034D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D7C

Black with #034D7C

Text Example


Text Example

White with #034D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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