#326289

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

Shades of Endeavour #326289

Tints of Endeavour #326289

Color information

#326289 (or 0x326289) is unknown color: approx Endeavour. HEX triplet: 32, 62 and 89. RGB value is (50,98,137). Sum of RGB (Red+Green+Blue) = 50+98+137=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #326289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326289 is #CD9D76. Grayscale: #575757. Windows color (decimal): -13475191 or 9003570. OLE color: 9003570.

HSL color Cylindrical-coordinate representation of color #326289: hue angle of 206.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326289 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5098137-
CMYK0.640.2800.46
HSL206.9º46.52%36.67%-
HSV(B)206.9º63.5%53.73%-
XYZ10.211.2225.3-
YUV88.09155.6100.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=17.54%
G=34.39%
B=48.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50981370.640.2800.46206.946.5236.67
Hex326289401C02Ecf2f25
Octal62142211100340563175745
Binary110010110001010001001100000011100010111011001111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326289; }

 p { color: rgb(50,98,137); }

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

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

 a { background-color: rgb(50,98,137); }

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

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

 span { border-color: rgb(50,98,137); }

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