#0352A8

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

Shades of Cobalt #0352A8

Tints of Cobalt #0352A8

Color information

#0352A8 (or 0x0352A8) is unknown color: approx Cobalt. HEX triplet: 03, 52 and A8. RGB value is (3,82,168). Sum of RGB (Red+Green+Blue) = 3+82+168=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #0352A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0352A8 is #FCAD57. Grayscale: #434343. Windows color (decimal): -16559448 or 11031043. OLE color: 11031043.

HSL color Cylindrical-coordinate representation of color #0352A8: hue angle of 211.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0352A8 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB382168-
CMYK0.980.5100.34
HSL211.27º96.49%33.53%-
HSV(B)211.27º98.21%65.88%-
XYZ10.128.8838.23-
YUV68.18184.3381.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 168 (66.02% from 255) = 66.40%
R=1.19%
G=32.41%
B=66.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3821680.980.5100.34211.2796.4933.53
Hex352A86233022d36022
Octal31222501426304232314042
Binary1110100101010100011000101100110100010110100111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0352A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0352A8;
 }
 .AnyTagClassName
 {
   color: #0352A8;
 }
</style>
background-color css

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

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

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

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

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

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