#035DDD

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

Shades of Navy Blue #035DDD

Tints of Navy Blue #035DDD

Color information

#035DDD (or 0x035DDD) is unknown color: approx Navy Blue. HEX triplet: 03, 5D and DD. RGB value is (3,93,221). Sum of RGB (Red+Green+Blue) = 3+93+221=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #035DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DDD is #FCA222. Grayscale: #505050. Windows color (decimal): -16556579 or 14507267. OLE color: 14507267.

HSL color Cylindrical-coordinate representation of color #035DDD: hue angle of 215.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DDD is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB393221-
CMYK0.990.5800.13
HSL215.23º97.32%43.92%-
HSV(B)215.23º98.64%86.67%-
XYZ1713.0770.03-
YUV80.68207.1872.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 69.72%
R=0.95%
G=29.34%
B=69.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3932210.990.5800.13215.2397.3243.92
Hex35DDD633A0Dd7612c
Octal31353351437201532714154
Binary11101110111011101110001111101001101110101111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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