#355E8E

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

Shades of Endeavour #355E8E

Tints of Endeavour #355E8E

Color information

#355E8E (or 0x355E8E) is unknown color: approx Endeavour. HEX triplet: 35, 5E and 8E. RGB value is (53,94,142). Sum of RGB (Red+Green+Blue) = 53+94+142=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #355E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E8E is #CAA171. Grayscale: #565656. Windows color (decimal): -13279602 or 9330229. OLE color: 9330229.

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

Color convert

RGB5394142-
CMYK0.630.3400.44
HSL212.36º45.64%38.24%-
HSV(B)212.36º62.68%55.69%-
XYZ10.3510.7227.11-
YUV87.21158.92103.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=18.34%
G=32.53%
B=49.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53941420.630.3400.44212.3645.6438.24
Hex355E8E3F2202Cd42e26
Octal6513621677420543245646
Binary110101101111010001110111111100010010110011010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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