Html Css Color HEX #355C90 Endeavour

📋 copy color: '#355C90'

red 53 ◦ green 92 ◦ blue 144

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

Shades of Endeavour #355C90

Tints of Endeavour #355C90

RGB

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

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

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

R = 18.34%
G = 31.83%
B = 49.83%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#355C90 (or 0x355C90) is known color: Endeavour. HEX triplet: 35, 5C and 90. RGB value is (53,92,144). Sum of RGB (Red+Green+Blue) = 53+92+144=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #355C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C90 is #CAA36F. Grayscale: #565656. Windows color (decimal): -13280112 or 9460789. OLE color: 9460789.

HSL color Cylindrical-coordinate representation of color #355C90: hue angle of 214.29º 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 #355C90 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 92 144 -
CMYK 0.63 0.36 0 0.44
HSL 214.29º 0.46% 0.39% -
HSV(B) 214.29º 0.63% 0.56% -
XYZ 10.33 10.42 27.85 -
YUV 86.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 53 92 144 0.63 0.36 0 0.44 214.29 0.46 0.39
Hex 35 5C 90 3F 24 0 2C D6 2E 27
Octal 65 134 220 77 44 0 54 326 56 47
Binary 110101 1011100 10010000 111111 100100 0 101100 11010110 101110 100111

Color Harmonies of #355C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C90

Black with #355C90

Text Example


Text Example

White with #355C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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