#355D8B

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

Shades of Endeavour #355D8B

Tints of Endeavour #355D8B

Color information

#355D8B (or 0x355D8B) is unknown color: approx Endeavour. HEX triplet: 35, 5D and 8B. RGB value is (53,93,139). Sum of RGB (Red+Green+Blue) = 53+93+139=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #355D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D8B is #CAA274. Grayscale: #565656. Windows color (decimal): -13279861 or 9133365. OLE color: 9133365.

HSL color Cylindrical-coordinate representation of color #355D8B: hue angle of 212.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355D8B is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5393139-
CMYK0.620.3300.45
HSL212.09º44.79%37.65%-
HSV(B)212.09º61.87%54.51%-
XYZ10.0410.4525.91-
YUV86.28157.75104.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=18.60%
G=32.63%
B=48.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53931390.620.3300.45212.0944.7937.65
Hex355D8B3E2102Dd42d26
Octal6513521376410553245546
Binary110101101110110001011111110100001010110111010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,93,139); }

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

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

 a { background-color: rgb(53,93,139); }

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

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

 span { border-color: rgb(53,93,139); }

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