Html Css Color HEX #035CDD Navy Blue

📋 copy color: '#035CDD'

red 3 ◦ green 92 ◦ blue 221

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

Shades of Navy Blue #035CDD

Tints of Navy Blue #035CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 0.95%
G = 29.11%
B = 69.94%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#035CDD (or 0x035CDD) is known color: Navy Blue. HEX triplet: 03, 5C and DD. RGB value is (3,92,221). Sum of RGB (Red+Green+Blue) = 3+92+221=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #035CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CDD is #FCA322. Grayscale: #4F4F4F. Windows color (decimal): -16556835 or 14507011. OLE color: 14507011.

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

Color convert

RGB 3 92 221 -
CMYK 0.99 0.58 0 0.13
HSL 215.5º 0.97% 0.44% -
HSV(B) 215.5º 0.99% 0.87% -
XYZ 16.92 12.89 70 -
YUV 80.1 207.51 73.01 -
System Red Green Blue C M Y K H S L
Decimal 3 92 221 0.99 0.58 0 0.13 215.5 0.97 0.44
Hex 3 5C DD 63 3A 0 D D8 61 2C
Octal 3 134 335 143 72 0 15 330 141 54
Binary 11 1011100 11011101 1100011 111010 0 1101 11011000 1100001 101100

Color Harmonies of #035CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CDD

Black with #035CDD

Text Example


Text Example

White with #035CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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