#355E8A

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

Shades of Endeavour #355E8A

Tints of Endeavour #355E8A

Color information

#355E8A (or 0x355E8A) is unknown color: approx Endeavour. HEX triplet: 35, 5E and 8A. RGB value is (53,94,138). Sum of RGB (Red+Green+Blue) = 53+94+138=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #355E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E8A is #CAA175. Grayscale: #565656. Windows color (decimal): -13279606 or 9068085. OLE color: 9068085.

HSL color Cylindrical-coordinate representation of color #355E8A: hue angle of 211.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355E8A is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5394138-
CMYK0.620.3200.46
HSL211.06º44.5%37.45%-
HSV(B)211.06º61.59%54.12%-
XYZ10.0610.625.56-
YUV86.76156.92103.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=18.60%
G=32.98%
B=48.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53941380.620.3200.46211.0644.537.45
Hex355E8A3E2002Ed32d25
Octal6513621276400563235545
Binary110101101111010001010111110100000010111011010011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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