#235599

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

Shades of Endeavour #235599

Tints of Endeavour #235599

Color information

#235599 (or 0x235599) is unknown color: approx Endeavour. HEX triplet: 23, 55 and 99. RGB value is (35,85,153). Sum of RGB (Red+Green+Blue) = 35+85+153=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #235599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235599 is #DCAA66. Grayscale: #4D4D4D. Windows color (decimal): -14461543 or 10048803. OLE color: 10048803.

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

Color convert

RGB3585153-
CMYK0.770.4400.4
HSL214.58º62.77%36.86%-
HSV(B)214.58º77.12%60%-
XYZ9.699.1531.39-
YUV77.8170.4497.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=12.82%
G=31.14%
B=56.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35851530.770.4400.4214.5862.7736.86
Hex2355994D2C028d73f25
Octal43125231115540503277745
Binary1000111010101100110011001101101100010100011010111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235599; }

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

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

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

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

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

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

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

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