#235799

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

Shades of Endeavour #235799

Tints of Endeavour #235799

Color information

#235799 (or 0x235799) is unknown color: approx Endeavour. HEX triplet: 23, 57 and 99. RGB value is (35,87,153). Sum of RGB (Red+Green+Blue) = 35+87+153=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #235799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235799 is #DCA866. Grayscale: #4E4E4E. Windows color (decimal): -14461031 or 10049315. OLE color: 10049315.

HSL color Cylindrical-coordinate representation of color #235799: hue angle of 213.56º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235799 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3587153-
CMYK0.770.4300.4
HSL213.56º62.77%36.86%-
HSV(B)213.56º77.12%60%-
XYZ9.859.4731.45-
YUV78.98169.7796.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=12.73%
G=31.64%
B=55.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35871530.770.4300.4213.5662.7736.86
Hex2357994D2B028d63f25
Octal43127231115530503267745
Binary1000111010111100110011001101101011010100011010110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235799; }

 p { color: rgb(35,87,153); }

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

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

 a { background-color: rgb(35,87,153); }

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

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

 span { border-color: rgb(35,87,153); }

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