#355E92

Color #355E92 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #355E92

Tints of Endeavour #355E92

Color information

#355E92 (or 0x355E92) is unknown color: approx Endeavour. HEX triplet: 35, 5E and 92. RGB value is (53,94,146). Sum of RGB (Red+Green+Blue) = 53+94+146=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #355E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E92 is #CAA16D. Grayscale: #575757. Windows color (decimal): -13279598 or 9592373. OLE color: 9592373.

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

Color convert

RGB5394146-
CMYK0.640.3600.43
HSL213.55º46.73%39.02%-
HSV(B)213.55º63.7%57.25%-
XYZ10.6610.8428.72-
YUV87.67160.92103.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=18.09%
G=32.08%
B=49.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53941460.640.3600.43213.5546.7339.02
Hex355E92402402Bd62f27
Octal65136222100440533265747
Binary1101011011110100100101000000100100010101111010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,94,146); }

 H1.HeaderClassName
 {
   color: #355E92;
 }
 .AnyTagClassName
 {
   color: #355E92;
 }
</style>
background-color css

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

 a { background-color: rgb(53,94,146); }

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

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

 span { border-color: rgb(53,94,146); }

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