#235888

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

Shades of Endeavour #235888

Tints of Endeavour #235888

Color information

#235888 (or 0x235888) is unknown color: approx Endeavour. HEX triplet: 23, 58 and 88. RGB value is (35,88,136). Sum of RGB (Red+Green+Blue) = 35+88+136=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #235888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235888 is #DCA777. Grayscale: #4D4D4D. Windows color (decimal): -14460792 or 8935459. OLE color: 8935459.

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

Color convert

RGB3588136-
CMYK0.740.3500.47
HSL208.51º59.06%33.53%-
HSV(B)208.51º74.26%53.33%-
XYZ8.639.1124.6-
YUV77.62160.9497.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=13.51%
G=33.98%
B=52.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35881360.740.3500.47208.5159.0633.53
Hex2358884A2302Fd13b22
Octal43130210112430573217342
Binary1000111011000100010001001010100011010111111010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235888; }

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

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

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

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

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

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

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

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