Html Css Color HEX #0346CB Cobalt

📋 copy color: '#0346CB'

red 3 ◦ green 70 ◦ blue 203

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

Shades of Cobalt #0346CB

Tints of Cobalt #0346CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

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

R = 1.09%
G = 25.36%
B = 73.55%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0346CB (or 0x0346CB) is known color: Cobalt. HEX triplet: 03, 46 and CB. RGB value is (3,70,203). Sum of RGB (Red+Green+Blue) = 3+70+203=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #0346CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346CB is #FCB934. Grayscale: #404040. Windows color (decimal): -16562485 or 13321731. OLE color: 13321731.

HSL color Cylindrical-coordinate representation of color #0346CB: hue angle of 219.9º 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 #0346CB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 70 203 -
CMYK 0.99 0.66 0 0.20
HSL 219.9º 0.97% 0.4% -
HSV(B) 219.9º 0.99% 0.8% -
XYZ 13.01 8.71 57.5 -
YUV 65.13 205.8 83.69 -
System Red Green Blue C M Y K H S L
Decimal 3 70 203 0.99 0.66 0 0.20 219.9 0.97 0.4
Hex 3 46 CB 63 42 0 14 DC 61 28
Octal 3 106 313 143 102 0 24 334 141 50
Binary 11 1000110 11001011 1100011 1000010 0 10100 11011100 1100001 101000

Color Harmonies of #0346CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346CB

Black with #0346CB

Text Example


Text Example

White with #0346CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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