Html Css Color HEX #035DC3 Navy Blue

📋 copy color: '#035DC3'

red 3 ◦ green 93 ◦ blue 195

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

Shades of Navy Blue #035DC3

Tints of Navy Blue #035DC3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 195 (76.56% from 255) = 67.01%

R = 1.03%
G = 31.96%
B = 67.01%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#035DC3 (or 0x035DC3) is known color: Navy Blue. HEX triplet: 03, 5D and C3. RGB value is (3,93,195). Sum of RGB (Red+Green+Blue) = 3+93+195=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #035DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DC3 is #FCA23C. Grayscale: #4D4D4D. Windows color (decimal): -16556605 or 12803331. OLE color: 12803331.

HSL color Cylindrical-coordinate representation of color #035DC3: hue angle of 211.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DC3 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 93 195 -
CMYK 0.98 0.52 0 0.24
HSL 211.88º 0.97% 0.39% -
HSV(B) 211.88º 0.98% 0.76% -
XYZ 13.8 11.79 53.18 -
YUV 77.72 194.18 74.71 -
System Red Green Blue C M Y K H S L
Decimal 3 93 195 0.98 0.52 0 0.24 211.88 0.97 0.39
Hex 3 5D C3 62 34 0 18 D4 61 27
Octal 3 135 303 142 64 0 30 324 141 47
Binary 11 1011101 11000011 1100010 110100 0 11000 11010100 1100001 100111

Color Harmonies of #035DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DC3

Black with #035DC3

Text Example


Text Example

White with #035DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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