Html Css Color HEX #034F9E Cobalt

📋 copy color: '#034F9E'

red 3 ◦ green 79 ◦ blue 158

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

Shades of Cobalt #034F9E

Tints of Cobalt #034F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 1.25%
G = 32.92%
B = 65.83%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#034F9E (or 0x034F9E) is known color: Cobalt. HEX triplet: 03, 4F and 9E. RGB value is (3,79,158). Sum of RGB (Red+Green+Blue) = 3+79+158=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #034F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034F9E is #FCB061. Grayscale: #404040. Windows color (decimal): -16560226 or 10374915. OLE color: 10374915.

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

Color convert

RGB 3 79 158 -
CMYK 0.98 0.50 0 0.38
HSL 210.58º 0.96% 0.32% -
HSV(B) 210.58º 0.98% 0.62% -
XYZ 9.01 8.08 33.43 -
YUV 65.28 180.32 83.58 -
System Red Green Blue C M Y K H S L
Decimal 3 79 158 0.98 0.50 0 0.38 210.58 0.96 0.32
Hex 3 4F 9E 62 32 0 26 D3 60 20
Octal 3 117 236 142 62 0 46 323 140 40
Binary 11 1001111 10011110 1100010 110010 0 100110 11010011 1100000 100000

Color Harmonies of #034F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034F9E

Black with #034F9E

Text Example


Text Example

White with #034F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,158); }

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

background-color css

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

 a { background-color: rgb(3,79,158); }

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

border-color css

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

 span { border-color: rgb(3,79,158); }

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