#326394

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

Shades of Endeavour #326394

Tints of Endeavour #326394

Color information

#326394 (or 0x326394) is unknown color: approx Endeavour. HEX triplet: 32, 63 and 94. RGB value is (50,99,148). Sum of RGB (Red+Green+Blue) = 50+99+148=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #326394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326394 is #CD9C6B. Grayscale: #595959. Windows color (decimal): -13474924 or 9724722. OLE color: 9724722.

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

Color convert

RGB5099148-
CMYK0.660.3300.42
HSL210º49.49%38.82%-
HSV(B)210º66.22%58.04%-
XYZ11.1211.7429.7-
YUV89.94160.7799.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=16.84%
G=33.33%
B=49.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50991480.660.3300.4221049.4938.82
Hex326394422102Ad23127
Octal62143224102410523226147
Binary1100101100011100101001000010100001010101011010010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326394; }

 p { color: rgb(50,99,148); }

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

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

 a { background-color: rgb(50,99,148); }

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

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

 span { border-color: rgb(50,99,148); }

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