#0352C8

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

Shades of Navy Blue #0352C8

Tints of Navy Blue #0352C8

Color information

#0352C8 (or 0x0352C8) is unknown color: approx Navy Blue. HEX triplet: 03, 52 and C8. RGB value is (3,82,200). Sum of RGB (Red+Green+Blue) = 3+82+200=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #0352C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352C8 is #FCAD37. Grayscale: #474747. Windows color (decimal): -16559416 or 13128195. OLE color: 13128195.

HSL color Cylindrical-coordinate representation of color #0352C8: hue angle of 215.94º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352C8 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB382200-
CMYK0.980.5900.22
HSL215.94º97.04%39.8%-
HSV(B)215.94º98.5%78.43%-
XYZ13.4810.2255.91-
YUV71.83200.3378.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 200 (78.52% from 255) = 70.18%
R=1.05%
G=28.77%
B=70.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3822000.980.5900.22215.9497.0439.8
Hex352C8623B016d86128
Octal31223101427302633014150
Binary111010010110010001100010111011010110110110001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0352C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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