Html Css Color HEX #034DBF Cobalt

📋 copy color: '#034DBF'

red 3 ◦ green 77 ◦ blue 191

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

Shades of Cobalt #034DBF

Tints of Cobalt #034DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.48%

R = 1.11%
G = 28.41%
B = 70.48%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#034DBF (or 0x034DBF) is known color: Cobalt. HEX triplet: 03, 4D and BF. RGB value is (3,77,191). Sum of RGB (Red+Green+Blue) = 3+77+191=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #034DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DBF is #FCB240. Grayscale: #434343. Windows color (decimal): -16560705 or 12537091. OLE color: 12537091.

HSL color Cylindrical-coordinate representation of color #034DBF: hue angle of 216.38º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DBF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 77 191 -
CMYK 0.98 0.60 0 0.25
HSL 216.38º 0.97% 0.38% -
HSV(B) 216.38º 0.98% 0.75% -
XYZ 12.1 9.09 50.41 -
YUV 67.87 197.48 81.73 -
System Red Green Blue C M Y K H S L
Decimal 3 77 191 0.98 0.60 0 0.25 216.38 0.97 0.38
Hex 3 4D BF 62 3C 0 19 D8 61 26
Octal 3 115 277 142 74 0 31 330 141 46
Binary 11 1001101 10111111 1100010 111100 0 11001 11011000 1100001 100110

Color Harmonies of #034DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DBF

Black with #034DBF

Text Example


Text Example

White with #034DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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