#355E95

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

Shades of Endeavour #355E95

Tints of Endeavour #355E95

Color information

#355E95 (or 0x355E95) is unknown color: approx Endeavour. HEX triplet: 35, 5E and 95. RGB value is (53,94,149). Sum of RGB (Red+Green+Blue) = 53+94+149=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #355E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E95 is #CAA16A. Grayscale: #575757. Windows color (decimal): -13279595 or 9788981. OLE color: 9788981.

HSL color Cylindrical-coordinate representation of color #355E95: hue angle of 214.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355E95 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5394149-
CMYK0.640.3700.42
HSL214.38º47.52%39.61%-
HSV(B)214.38º64.43%58.43%-
XYZ10.910.9329.97-
YUV88.01162.42103.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=17.91%
G=31.76%
B=50.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53941490.640.3700.42214.3847.5239.61
Hex355E95402502Ad63028
Octal65136225100450523266050
Binary1101011011110100101011000000100101010101011010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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