Html Css Color HEX #0352AE Cobalt

📋 copy color: '#0352AE'

red 3 ◦ green 82 ◦ blue 174

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

Shades of Cobalt #0352AE

Tints of Cobalt #0352AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 1.16%
G = 31.66%
B = 67.18%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0352AE (or 0x0352AE) is known color: Cobalt. HEX triplet: 03, 52 and AE. RGB value is (3,82,174). Sum of RGB (Red+Green+Blue) = 3+82+174=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #0352AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0352AE is #FCAD51. Grayscale: #444444. Windows color (decimal): -16559442 or 11424259. OLE color: 11424259.

HSL color Cylindrical-coordinate representation of color #0352AE: hue angle of 212.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0352AE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 82 174 -
CMYK 0.98 0.53 0 0.32
HSL 212.28º 0.97% 0.35% -
HSV(B) 212.28º 0.98% 0.68% -
XYZ 10.69 9.11 41.24 -
YUV 68.87 187.33 81.02 -
System Red Green Blue C M Y K H S L
Decimal 3 82 174 0.98 0.53 0 0.32 212.28 0.97 0.35
Hex 3 52 AE 62 35 0 20 D4 61 23
Octal 3 122 256 142 65 0 40 324 141 43
Binary 11 1010010 10101110 1100010 110101 0 100000 11010100 1100001 100011

Color Harmonies of #0352AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352AE

Black with #0352AE

Text Example


Text Example

White with #0352AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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