Html Css Color HEX #034C80 Dark Cerulean

📋 copy color: '#034C80'

red 3 ◦ green 76 ◦ blue 128

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

Shades of Dark Cerulean #034C80

Tints of Dark Cerulean #034C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

 BLUE value IS 128 (50.39% from 255) = 61.84%

R = 1.45%
G = 36.71%
B = 61.84%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#034C80 (or 0x034C80) is known color: Dark Cerulean. HEX triplet: 03, 4C and 80. RGB value is (3,76,128). Sum of RGB (Red+Green+Blue) = 3+76+128=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #034C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C80 is #FCB37F. Grayscale: #3B3B3B. Windows color (decimal): -16561024 or 8408067. OLE color: 8408067.

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

Color convert

RGB 3 76 128 -
CMYK 0.98 0.41 0 0.50
HSL 204.96º 0.95% 0.26% -
HSV(B) 204.96º 0.98% 0.5% -
XYZ 6.52 6.75 21.38 -
YUV 60.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 3 76 128 0.98 0.41 0 0.50 204.96 0.95 0.26
Hex 3 4C 80 62 29 0 32 CD 5F 1A
Octal 3 114 200 142 51 0 62 315 137 32
Binary 11 1001100 10000000 1100010 101001 0 110010 11001101 1011111 11010

Color Harmonies of #034C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C80

Black with #034C80

Text Example


Text Example

White with #034C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,128); }

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

background-color css

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

 a { background-color: rgb(3,76,128); }

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

border-color css

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

 span { border-color: rgb(3,76,128); }

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