Html Css Color HEX #355C91 Endeavour

📋 copy color: '#355C91'

red 53 ◦ green 92 ◦ blue 145

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

Shades of Endeavour #355C91

Tints of Endeavour #355C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50%

R = 18.28%
G = 31.72%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355C91 (or 0x355C91) is known color: Endeavour. HEX triplet: 35, 5C and 91. RGB value is (53,92,145). Sum of RGB (Red+Green+Blue) = 53+92+145=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #355C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C91 is #CAA36E. Grayscale: #565656. Windows color (decimal): -13280111 or 9526325. OLE color: 9526325.

HSL color Cylindrical-coordinate representation of color #355C91: hue angle of 214.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355C91 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 92 145 -
CMYK 0.63 0.37 0 0.43
HSL 214.57º 0.46% 0.39% -
HSV(B) 214.57º 0.63% 0.57% -
XYZ 10.41 10.46 28.26 -
YUV 86.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 53 92 145 0.63 0.37 0 0.43 214.57 0.46 0.39
Hex 35 5C 91 3F 25 0 2B D7 2E 27
Octal 65 134 221 77 45 0 53 327 56 47
Binary 110101 1011100 10010001 111111 100101 0 101011 11010111 101110 100111

Color Harmonies of #355C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C91

Black with #355C91

Text Example


Text Example

White with #355C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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