#32568F

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

Shades of Endeavour #32568F

Tints of Endeavour #32568F

Color information

#32568F (or 0x32568F) is unknown color: approx Endeavour. HEX triplet: 32, 56 and 8F. RGB value is (50,86,143). Sum of RGB (Red+Green+Blue) = 50+86+143=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #32568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32568F is #CDA970. Grayscale: #515151. Windows color (decimal): -13478257 or 9393714. OLE color: 9393714.

HSL color Cylindrical-coordinate representation of color #32568F: hue angle of 216.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32568F is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5086143-
CMYK0.650.4000.44
HSL216.77º48.19%37.84%-
HSV(B)216.77º65.03%56.08%-
XYZ9.69.3227.28-
YUV81.73162.57105.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=17.92%
G=30.82%
B=51.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50861430.650.4000.44216.7748.1937.84
Hex32568F412802Cd93026
Octal62126217101500543316046
Binary1100101010110100011111000001101000010110011011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32568F; }

 p { color: rgb(50,86,143); }

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

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

 a { background-color: rgb(50,86,143); }

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

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

 span { border-color: rgb(50,86,143); }

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