Html Css Color HEX #034C86 Dark Cerulean

📋 copy color: '#034C86'

red 3 ◦ green 76 ◦ blue 134

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

Shades of Dark Cerulean #034C86

Tints of Dark Cerulean #034C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.91%

R = 1.41%
G = 35.68%
B = 62.91%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#034C86 (or 0x034C86) is known color: Dark Cerulean. HEX triplet: 03, 4C and 86. RGB value is (3,76,134). Sum of RGB (Red+Green+Blue) = 3+76+134=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #034C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C86 is #FCB379. Grayscale: #3C3C3C. Windows color (decimal): -16561018 or 8801283. OLE color: 8801283.

HSL color Cylindrical-coordinate representation of color #034C86: hue angle of 206.56º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034C86 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 76 134 -
CMYK 0.98 0.43 0 0.47
HSL 206.56º 0.96% 0.27% -
HSV(B) 206.56º 0.98% 0.53% -
XYZ 6.93 6.91 23.52 -
YUV 60.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 3 76 134 0.98 0.43 0 0.47 206.56 0.96 0.27
Hex 3 4C 86 62 2B 0 2F CF 60 1B
Octal 3 114 206 142 53 0 57 317 140 33
Binary 11 1001100 10000110 1100010 101011 0 101111 11001111 1100000 11011

Color Harmonies of #034C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C86

Black with #034C86

Text Example


Text Example

White with #034C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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