Html Css Color HEX #0347CB Cobalt

📋 copy color: '#0347CB'

red 3 ◦ green 71 ◦ blue 203

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

Shades of Cobalt #0347CB

Tints of Cobalt #0347CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.29%

R = 1.08%
G = 25.63%
B = 73.29%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0347CB (or 0x0347CB) is known color: Cobalt. HEX triplet: 03, 47 and CB. RGB value is (3,71,203). Sum of RGB (Red+Green+Blue) = 3+71+203=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #0347CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0347CB is #FCB834. Grayscale: #414141. Windows color (decimal): -16562229 or 13321987. OLE color: 13321987.

HSL color Cylindrical-coordinate representation of color #0347CB: hue angle of 219.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347CB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 71 203 -
CMYK 0.99 0.65 0 0.20
HSL 219.6º 0.97% 0.4% -
HSV(B) 219.6º 0.99% 0.8% -
XYZ 13.07 8.84 57.52 -
YUV 65.72 205.47 83.27 -
System Red Green Blue C M Y K H S L
Decimal 3 71 203 0.99 0.65 0 0.20 219.6 0.97 0.4
Hex 3 47 CB 63 41 0 14 DC 61 28
Octal 3 107 313 143 101 0 24 334 141 50
Binary 11 1000111 11001011 1100011 1000001 0 10100 11011100 1100001 101000

Color Harmonies of #0347CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347CB

Black with #0347CB

Text Example


Text Example

White with #0347CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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