Html Css Color HEX #0352B3 Cobalt

📋 copy color: '#0352B3'

red 3 ◦ green 82 ◦ blue 179

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

Shades of Cobalt #0352B3

Tints of Cobalt #0352B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 67.8%

R = 1.14%
G = 31.06%
B = 67.8%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0352B3 (or 0x0352B3) is known color: Cobalt. HEX triplet: 03, 52 and B3. RGB value is (3,82,179). Sum of RGB (Red+Green+Blue) = 3+82+179=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #0352B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352B3 is #FCAD4C. Grayscale: #444444. Windows color (decimal): -16559437 or 11751939. OLE color: 11751939.

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

Color convert

RGB 3 82 179 -
CMYK 0.98 0.54 0 0.30
HSL 213.07º 0.97% 0.36% -
HSV(B) 213.07º 0.98% 0.7% -
XYZ 11.19 9.31 43.85 -
YUV 69.44 189.83 80.61 -
System Red Green Blue C M Y K H S L
Decimal 3 82 179 0.98 0.54 0 0.30 213.07 0.97 0.36
Hex 3 52 B3 62 36 0 1E D5 61 24
Octal 3 122 263 142 66 0 36 325 141 44
Binary 11 1010010 10110011 1100010 110110 0 11110 11010101 1100001 100100

Color Harmonies of #0352B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352B3

Black with #0352B3

Text Example


Text Example

White with #0352B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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