#035CCA

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

Shades of Navy Blue #035CCA

Tints of Navy Blue #035CCA

Color information

#035CCA (or 0x035CCA) is unknown color: approx Navy Blue. HEX triplet: 03, 5C and CA. RGB value is (3,92,202). Sum of RGB (Red+Green+Blue) = 3+92+202=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #035CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCA is #FCA335. Grayscale: #4D4D4D. Windows color (decimal): -16556854 or 13261827. OLE color: 13261827.

HSL color Cylindrical-coordinate representation of color #035CCA: hue angle of 213.17º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CCA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB392202-
CMYK0.990.5400.21
HSL213.17º97.07%40.2%-
HSV(B)213.17º98.51%79.22%-
XYZ14.5311.9457.42-
YUV77.93198.0174.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 202 (79.30% from 255) = 68.01%
R=1.01%
G=30.98%
B=68.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3922020.990.5400.21213.1797.0740.2
Hex35CCA6336015d56128
Octal31343121436602532514150
Binary111011100110010101100011110110010101110101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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