Html Css Color HEX #0347C0 Cobalt

📋 copy color: '#0347C0'

red 3 ◦ green 71 ◦ blue 192

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

Shades of Cobalt #0347C0

Tints of Cobalt #0347C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 192 (75.39% from 255) = 72.18%

R = 1.13%
G = 26.69%
B = 72.18%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0347C0 (or 0x0347C0) is known color: Cobalt. HEX triplet: 03, 47 and C0. RGB value is (3,71,192). Sum of RGB (Red+Green+Blue) = 3+71+192=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 192 (75.39% from 255 or 72.18% from 266); Max value from RGB is 192 - color contains mainly: blue. Hex color #0347C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0347C0 is #FCB83F. Grayscale: #3F3F3F. Windows color (decimal): -16562240 or 12601091. OLE color: 12601091.

HSL color Cylindrical-coordinate representation of color #0347C0: hue angle of 218.41º 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 #0347C0 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 71 192 -
CMYK 0.98 0.63 0 0.25
HSL 218.41º 0.97% 0.38% -
HSV(B) 218.41º 0.98% 0.75% -
XYZ 11.81 8.33 50.86 -
YUV 64.46 199.97 84.16 -
System Red Green Blue C M Y K H S L
Decimal 3 71 192 0.98 0.63 0 0.25 218.41 0.97 0.38
Hex 3 47 C0 62 3F 0 19 DA 61 26
Octal 3 107 300 142 77 0 31 332 141 46
Binary 11 1000111 11000000 1100010 111111 0 11001 11011010 1100001 100110

Color Harmonies of #0347C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347C0

Black with #0347C0

Text Example


Text Example

White with #0347C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0347C0; }

 p { color: rgb(3,71,192); }

 H1.HeaderClassName
 {
   color: #0347C0;
 }
 .AnyTagClassName
 {
   color: #0347C0;
 }
</style>

background-color css

<style>
 a { background-color: #0347C0; }

 a { background-color: rgb(3,71,192); }

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

border-color css

<style>
 span { border-color: #0347C0; }

 span { border-color: rgb(3,71,192); }

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