Html Css Color HEX #356490 Endeavour

📋 copy color: '#356490'

red 53 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #356490

Tints of Endeavour #356490

RGB

 RED value IS 53 (21.09% from 255) = 17.85%

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 17.85%
G = 33.67%
B = 48.48%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356490 (or 0x356490) is known color: Endeavour. HEX triplet: 35, 64 and 90. RGB value is (53,100,144). Sum of RGB (Red+Green+Blue) = 53+100+144=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #356490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356490 is #CA9B6F. Grayscale: #5A5A5A. Windows color (decimal): -13278064 or 9462837. OLE color: 9462837.

HSL color Cylindrical-coordinate representation of color #356490: hue angle of 209.01º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356490 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 100 144 -
CMYK 0.63 0.31 0 0.44
HSL 209.01º 0.46% 0.39% -
HSV(B) 209.01º 0.63% 0.56% -
XYZ 11.06 11.88 28.1 -
YUV 90.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 53 100 144 0.63 0.31 0 0.44 209.01 0.46 0.39
Hex 35 64 90 3F 1F 0 2C D1 2E 27
Octal 65 144 220 77 37 0 54 321 56 47
Binary 110101 1100100 10010000 111111 11111 0 101100 11010001 101110 100111

Color Harmonies of #356490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356490

Black with #356490

Text Example


Text Example

White with #356490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356490; }

 p { color: rgb(53,100,144); }

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

background-color css

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

 a { background-color: rgb(53,100,144); }

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

border-color css

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

 span { border-color: rgb(53,100,144); }

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