#235590

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

Shades of Endeavour #235590

Tints of Endeavour #235590

Color information

#235590 (or 0x235590) is unknown color: approx Endeavour. HEX triplet: 23, 55 and 90. RGB value is (35,85,144). Sum of RGB (Red+Green+Blue) = 35+85+144=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #235590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235590 is #DCAA6F. Grayscale: #4C4C4C. Windows color (decimal): -14461552 or 9458979. OLE color: 9458979.

HSL color Cylindrical-coordinate representation of color #235590: hue angle of 212.48º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235590 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3585144-
CMYK0.760.4100.44
HSL212.48º60.89%35.1%-
HSV(B)212.48º75.69%56.47%-
XYZ8.988.8727.62-
YUV76.78165.9498.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.26%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=13.26%
G=32.20%
B=54.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35851440.760.4100.44212.4860.8935.1
Hex2355904C2902Cd43d23
Octal43125220114510543247543
Binary1000111010101100100001001100101001010110011010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235590; }

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

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

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

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

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

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

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

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