Html Css Color HEX #0352B6 Cobalt

📋 copy color: '#0352B6'

red 3 ◦ green 82 ◦ blue 182

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

Shades of Cobalt #0352B6

Tints of Cobalt #0352B6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 182 (71.48% from 255) = 68.16%

R = 1.12%
G = 30.71%
B = 68.16%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0352B6 (or 0x0352B6) is known color: Cobalt. HEX triplet: 03, 52 and B6. RGB value is (3,82,182). Sum of RGB (Red+Green+Blue) = 3+82+182=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #0352B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352B6 is #FCAD49. Grayscale: #454545. Windows color (decimal): -16559434 or 11948547. OLE color: 11948547.

HSL color Cylindrical-coordinate representation of color #0352B6: hue angle of 213.52º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0352B6 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 82 182 -
CMYK 0.98 0.55 0 0.29
HSL 213.52º 0.97% 0.36% -
HSV(B) 213.52º 0.98% 0.71% -
XYZ 11.5 9.43 45.47 -
YUV 69.78 191.33 80.37 -
System Red Green Blue C M Y K H S L
Decimal 3 82 182 0.98 0.55 0 0.29 213.52 0.97 0.36
Hex 3 52 B6 62 37 0 1D D6 61 24
Octal 3 122 266 142 67 0 35 326 141 44
Binary 11 1010010 10110110 1100010 110111 0 11101 11010110 1100001 100100

Color Harmonies of #0352B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352B6

Black with #0352B6

Text Example


Text Example

White with #0352B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0352B6; }

 p { color: rgb(3,82,182); }

 H1.HeaderClassName
 {
   color: #0352B6;
 }
 .AnyTagClassName
 {
   color: #0352B6;
 }
</style>

background-color css

<style>
 a { background-color: #0352B6; }

 a { background-color: rgb(3,82,182); }

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

border-color css

<style>
 span { border-color: #0352B6; }

 span { border-color: rgb(3,82,182); }

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