#356192

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

Shades of Endeavour #356192

Tints of Endeavour #356192

Color information

#356192 (or 0x356192) is unknown color: approx Endeavour. HEX triplet: 35, 61 and 92. RGB value is (53,97,146). Sum of RGB (Red+Green+Blue) = 53+97+146=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #356192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356192 is #CA9E6D. Grayscale: #595959. Windows color (decimal): -13278830 or 9593141. OLE color: 9593141.

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

Color convert

RGB5397146-
CMYK0.640.3400.43
HSL211.61º46.73%39.02%-
HSV(B)211.61º63.7%57.25%-
XYZ10.9311.3828.81-
YUV89.43159.92102.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=17.91%
G=32.77%
B=49.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53971460.640.3400.43211.6146.7339.02
Hex356192402202Bd42f27
Octal65141222100420533245747
Binary1101011100001100100101000000100010010101111010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356192; }

 p { color: rgb(53,97,146); }

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

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

 a { background-color: rgb(53,97,146); }

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

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

 span { border-color: rgb(53,97,146); }

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