Html Css Color HEX #035CDC Navy Blue

📋 copy color: '#035CDC'

red 3 ◦ green 92 ◦ blue 220

#035CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #035CDC

Tints of Navy Blue #035CDC

RGB

 RED value IS 3 (1.56% from 255) = 0.95%

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 0.95%
G = 29.21%
B = 69.84%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035CDC (or 0x035CDC) is known color: Navy Blue. HEX triplet: 03, 5C and DC. RGB value is (3,92,220). Sum of RGB (Red+Green+Blue) = 3+92+220=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #035CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CDC is #FCA323. Grayscale: #4F4F4F. Windows color (decimal): -16556836 or 14441475. OLE color: 14441475.

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

Color convert

RGB 3 92 220 -
CMYK 0.99 0.58 0 0.14
HSL 215.39º 0.97% 0.44% -
HSV(B) 215.39º 0.99% 0.86% -
XYZ 16.78 12.84 69.3 -
YUV 79.98 207.01 73.09 -
System Red Green Blue C M Y K H S L
Decimal 3 92 220 0.99 0.58 0 0.14 215.39 0.97 0.44
Hex 3 5C DC 63 3A 0 E D7 61 2C
Octal 3 134 334 143 72 0 16 327 141 54
Binary 11 1011100 11011100 1100011 111010 0 1110 11010111 1100001 101100

Color Harmonies of #035CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CDC

Black with #035CDC

Text Example


Text Example

White with #035CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #035CDC;
 }
 .AnyTagClassName
 {
   color: #035CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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