#035DF2

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

Shades of Navy Blue #035DF2

Tints of Navy Blue #035DF2

Color information

#035DF2 (or 0x035DF2) is unknown color: approx Navy Blue. HEX triplet: 03, 5D and F2. RGB value is (3,93,242). Sum of RGB (Red+Green+Blue) = 3+93+242=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #035DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF2 is #FCA20D. Grayscale: #525252. Windows color (decimal): -16556558 or 15883523. OLE color: 15883523.

HSL color Cylindrical-coordinate representation of color #035DF2: hue angle of 217.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DF2 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB393242-
CMYK0.990.6200.05
HSL217.41º97.55%48.04%-
HSV(B)217.41º98.76%94.9%-
XYZ19.9814.2685.7-
YUV83.08217.6870.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 242 (94.92% from 255) = 71.60%
R=0.89%
G=27.51%
B=71.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal3932420.990.6200.05217.4197.5548.04
Hex35DF2633E05d96230
Octal3135362143760533114260
Binary1110111011111001011000111111100101110110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035DF2; }

 p { color: rgb(3,93,242); }

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

<style>
 a { background-color: #035DF2; }

 a { background-color: rgb(3,93,242); }

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

<style>
 span { border-color: #035DF2; }

 span { border-color: rgb(3,93,242); }

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