#235288

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

Shades of Endeavour #235288

Tints of Endeavour #235288

Color information

#235288 (or 0x235288) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 88. RGB value is (35,82,136). Sum of RGB (Red+Green+Blue) = 35+82+136=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #235288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235288 is #DCAD77. Grayscale: #494949. Windows color (decimal): -14462328 or 8933923. OLE color: 8933923.

HSL color Cylindrical-coordinate representation of color #235288: hue angle of 212.08º 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 #235288 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3582136-
CMYK0.740.4000.47
HSL212.08º59.06%33.53%-
HSV(B)212.08º74.26%53.33%-
XYZ8.158.1724.44-
YUV74.1162.93100.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=13.83%
G=32.41%
B=53.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35821360.740.4000.47212.0859.0633.53
Hex2352884A2802Fd43b22
Octal43122210112500573247342
Binary1000111010010100010001001010101000010111111010100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235288; }

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

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

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

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

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

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

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

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