Html Css Color HEX #0352BC Cobalt

📋 copy color: '#0352BC'

red 3 ◦ green 82 ◦ blue 188

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

Shades of Cobalt #0352BC

Tints of Cobalt #0352BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 1.1%
G = 30.04%
B = 68.86%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0352BC (or 0x0352BC) is known color: Cobalt. HEX triplet: 03, 52 and BC. RGB value is (3,82,188). Sum of RGB (Red+Green+Blue) = 3+82+188=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #0352BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352BC is #FCAD43. Grayscale: #454545. Windows color (decimal): -16559428 or 12341763. OLE color: 12341763.

HSL color Cylindrical-coordinate representation of color #0352BC: hue angle of 214.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0352BC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 82 188 -
CMYK 0.98 0.56 0 0.26
HSL 214.38º 0.97% 0.37% -
HSV(B) 214.38º 0.98% 0.74% -
XYZ 12.13 9.68 48.81 -
YUV 70.46 194.33 79.88 -
System Red Green Blue C M Y K H S L
Decimal 3 82 188 0.98 0.56 0 0.26 214.38 0.97 0.37
Hex 3 52 BC 62 38 0 1A D6 61 25
Octal 3 122 274 142 70 0 32 326 141 45
Binary 11 1010010 10111100 1100010 111000 0 11010 11010110 1100001 100101

Color Harmonies of #0352BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352BC

Black with #0352BC

Text Example


Text Example

White with #0352BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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