#235189

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

Shades of Endeavour #235189

Tints of Endeavour #235189

Color information

#235189 (or 0x235189) is unknown color: approx Endeavour. HEX triplet: 23, 51 and 89. RGB value is (35,81,137). Sum of RGB (Red+Green+Blue) = 35+81+137=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #235189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235189 is #DCAE76. Grayscale: #494949. Windows color (decimal): -14462583 or 8999203. OLE color: 8999203.

HSL color Cylindrical-coordinate representation of color #235189: hue angle of 212.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235189 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3581137-
CMYK0.740.4100.46
HSL212.94º59.3%33.73%-
HSV(B)212.94º74.45%53.73%-
XYZ8.158.0524.79-
YUV73.63163.76100.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=13.83%
G=32.02%
B=54.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35811370.740.4100.46212.9459.333.73
Hex2351894A2902Ed53b22
Octal43121211112510563257342
Binary1000111010001100010011001010101001010111011010101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235189; }

 p { color: rgb(35,81,137); }

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

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

 a { background-color: rgb(35,81,137); }

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

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

 span { border-color: rgb(35,81,137); }

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