#235597

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

Shades of Endeavour #235597

Tints of Endeavour #235597

Color information

#235597 (or 0x235597) is unknown color: approx Endeavour. HEX triplet: 23, 55 and 97. RGB value is (35,85,151). Sum of RGB (Red+Green+Blue) = 35+85+151=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #235597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235597 is #DCAA68. Grayscale: #4D4D4D. Windows color (decimal): -14461545 or 9917731. OLE color: 9917731.

HSL color Cylindrical-coordinate representation of color #235597: hue angle of 214.14º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235597 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3585151-
CMYK0.770.4400.41
HSL214.14º62.37%36.47%-
HSV(B)214.14º76.82%59.22%-
XYZ9.539.0930.53-
YUV77.57169.4497.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 151 (59.38% from 255) = 55.72%
R=12.92%
G=31.37%
B=55.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35851510.770.4400.41214.1462.3736.47
Hex2355974D2C029d63e24
Octal43125227115540513267644
Binary1000111010101100101111001101101100010100111010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235597; }

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

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

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

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

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

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

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

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