#355B94

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

Shades of Endeavour #355B94

Tints of Endeavour #355B94

Color information

#355B94 (or 0x355B94) is unknown color: approx Endeavour. HEX triplet: 35, 5B and 94. RGB value is (53,91,148). Sum of RGB (Red+Green+Blue) = 53+91+148=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #355B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B94 is #CAA46B. Grayscale: #555555. Windows color (decimal): -13280364 or 9722677. OLE color: 9722677.

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

Color convert

RGB5391148-
CMYK0.640.3900.42
HSL216º47.26%39.41%-
HSV(B)216º64.19%58.04%-
XYZ10.5510.3829.46-
YUV86.14162.91104.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=18.15%
G=31.16%
B=50.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53911480.640.3900.4221647.2639.41
Hex355B94402702Ad82f27
Octal65133224100470523305747
Binary1101011011011100101001000000100111010101011011000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,91,148); }

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

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

 a { background-color: rgb(53,91,148); }

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

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

 span { border-color: rgb(53,91,148); }

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