Html Css Color HEX #034C9F Cobalt

📋 copy color: '#034C9F'

red 3 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #034C9F

Tints of Cobalt #034C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 1.26%
G = 31.93%
B = 66.81%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#034C9F (or 0x034C9F) is known color: Cobalt. HEX triplet: 03, 4C and 9F. RGB value is (3,76,159). Sum of RGB (Red+Green+Blue) = 3+76+159=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #034C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C9F is #FCB360. Grayscale: #3F3F3F. Windows color (decimal): -16560993 or 10439683. OLE color: 10439683.

HSL color Cylindrical-coordinate representation of color #034C9F: hue angle of 211.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034C9F is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 76 159 -
CMYK 0.98 0.52 0 0.38
HSL 211.92º 0.96% 0.32% -
HSV(B) 211.92º 0.98% 0.62% -
XYZ 8.88 7.69 33.82 -
YUV 63.64 181.82 84.75 -
System Red Green Blue C M Y K H S L
Decimal 3 76 159 0.98 0.52 0 0.38 211.92 0.96 0.32
Hex 3 4C 9F 62 34 0 26 D4 60 20
Octal 3 114 237 142 64 0 46 324 140 40
Binary 11 1001100 10011111 1100010 110100 0 100110 11010100 1100000 100000

Color Harmonies of #034C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C9F

Black with #034C9F

Text Example


Text Example

White with #034C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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