#0352AE

Color #0352AE Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0352AE

Tints of Cobalt #0352AE

Color information

#0352AE (or 0x0352AE) is unknown color: approx 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

RGB382174-
CMYK0.980.5300.32
HSL212.28º96.61%34.71%-
HSV(B)212.28º98.28%68.24%-
XYZ10.699.1141.24-
YUV68.87187.3381.02-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3821740.980.5300.32212.2896.6134.71
Hex352AE6235020d46123
Octal31222561426504032414143
Binary1110100101010111011000101101010100000110101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0352AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>