#235899

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

Shades of Endeavour #235899

Tints of Endeavour #235899

Color information

#235899 (or 0x235899) is unknown color: approx Endeavour. HEX triplet: 23, 58 and 99. RGB value is (35,88,153). Sum of RGB (Red+Green+Blue) = 35+88+153=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #235899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235899 is #DCA766. Grayscale: #4F4F4F. Windows color (decimal): -14460775 or 10049571. OLE color: 10049571.

HSL color Cylindrical-coordinate representation of color #235899: hue angle of 213.05º 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 #235899 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3588153-
CMYK0.770.4200.4
HSL213.05º62.77%36.86%-
HSV(B)213.05º77.12%60%-
XYZ9.939.6431.47-
YUV79.56169.4496.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.68%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=12.68%
G=31.88%
B=55.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35881530.770.4200.4213.0562.7736.86
Hex2358994D2A028d53f25
Octal43130231115520503257745
Binary1000111011000100110011001101101010010100011010101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235899; }

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

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

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

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

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

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

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

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