Html Css Color HEX #034DC3 Cobalt

📋 copy color: '#034DC3'

red 3 ◦ green 77 ◦ blue 195

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

Shades of Cobalt #034DC3

Tints of Cobalt #034DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 70.91%

R = 1.09%
G = 28%
B = 70.91%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#034DC3 (or 0x034DC3) is known color: Cobalt. HEX triplet: 03, 4D and C3. RGB value is (3,77,195). Sum of RGB (Red+Green+Blue) = 3+77+195=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #034DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DC3 is #FCB23C. Grayscale: #434343. Windows color (decimal): -16560701 or 12799235. OLE color: 12799235.

HSL color Cylindrical-coordinate representation of color #034DC3: hue angle of 216.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DC3 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 77 195 -
CMYK 0.98 0.61 0 0.24
HSL 216.88º 0.97% 0.39% -
HSV(B) 216.88º 0.98% 0.76% -
XYZ 12.54 9.27 52.76 -
YUV 68.33 199.48 81.41 -
System Red Green Blue C M Y K H S L
Decimal 3 77 195 0.98 0.61 0 0.24 216.88 0.97 0.39
Hex 3 4D C3 62 3D 0 18 D9 61 27
Octal 3 115 303 142 75 0 30 331 141 47
Binary 11 1001101 11000011 1100010 111101 0 11000 11011001 1100001 100111

Color Harmonies of #034DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DC3

Black with #034DC3

Text Example


Text Example

White with #034DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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