#035CF3

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

Shades of Navy Blue #035CF3

Tints of Navy Blue #035CF3

Color information

#035CF3 (or 0x035CF3) is unknown color: approx Navy Blue. HEX triplet: 03, 5C and F3. RGB value is (3,92,243). Sum of RGB (Red+Green+Blue) = 3+92+243=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #035CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CF3 is #FCA30C. Grayscale: #515151. Windows color (decimal): -16556813 or 15948803. OLE color: 15948803.

HSL color Cylindrical-coordinate representation of color #035CF3: hue angle of 217.75º 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 #035CF3 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB392243-
CMYK0.990.6200.05
HSL217.75º97.56%48.24%-
HSV(B)217.75º98.77%95.29%-
XYZ20.0414.1486.47-
YUV82.6218.5171.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 243 (95.31% from 255) = 71.89%
R=0.89%
G=27.22%
B=71.89%

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
Decimal3922430.990.6200.05217.7597.5648.24
Hex35CF3633E05da6230
Octal3134363143760533214260
Binary1110111001111001111000111111100101110110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,92,243); }

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

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

 a { background-color: rgb(3,92,243); }

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

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

 span { border-color: rgb(3,92,243); }

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