#0352F5

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

Shades of Navy Blue #0352F5

Tints of Navy Blue #0352F5

Color information

#0352F5 (or 0x0352F5) is unknown color: approx Navy Blue. HEX triplet: 03, 52 and F5. RGB value is (3,82,245). Sum of RGB (Red+Green+Blue) = 3+82+245=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 245 (96.09% from 255 or 74.24% from 330); Max value from RGB is 245 - color contains mainly: blue. Hex color #0352F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0352F5 is #FCAD0A. Grayscale: #4C4C4C. Windows color (decimal): -16559371 or 16077315. OLE color: 16077315.

HSL color Cylindrical-coordinate representation of color #0352F5: hue angle of 220.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352F5 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB382245-
CMYK0.990.6700.04
HSL220.41º97.58%48.63%-
HSV(B)220.41º98.78%96.08%-
XYZ19.5412.6587.8-
YUV76.96222.8375.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 245 (96.09% from 255) = 74.24%
R=0.91%
G=24.85%
B=74.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal3822450.990.6700.04220.4197.5848.63
Hex352F5634304dc6231
Octal31223651431030433414261
Binary11101001011110101110001110000110100110111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0352F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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