#235C88

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

Shades of Endeavour #235C88

Tints of Endeavour #235C88

Color information

#235C88 (or 0x235C88) is unknown color: approx Endeavour. HEX triplet: 23, 5C and 88. RGB value is (35,92,136). Sum of RGB (Red+Green+Blue) = 35+92+136=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #235C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C88 is #DCA377. Grayscale: #4F4F4F. Windows color (decimal): -14459768 or 8936483. OLE color: 8936483.

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

Color convert

RGB3592136-
CMYK0.740.3200.47
HSL206.14º59.06%33.53%-
HSV(B)206.14º74.26%53.33%-
XYZ8.969.7924.71-
YUV79.97159.6295.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.31%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=13.31%
G=34.98%
B=51.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35921360.740.3200.47206.1459.0633.53
Hex235C884A2002Fce3b22
Octal43134210112400573167342
Binary1000111011100100010001001010100000010111111001110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235C88; }

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

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

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

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

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

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

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

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