#235488

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

Shades of Endeavour #235488

Tints of Endeavour #235488

Color information

#235488 (or 0x235488) is unknown color: approx Endeavour. HEX triplet: 23, 54 and 88. RGB value is (35,84,136). Sum of RGB (Red+Green+Blue) = 35+84+136=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #235488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235488 is #DCAB77. Grayscale: #4B4B4B. Windows color (decimal): -14461816 or 8934435. OLE color: 8934435.

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

Color convert

RGB3584136-
CMYK0.740.3800.47
HSL210.89º59.06%33.53%-
HSV(B)210.89º74.26%53.33%-
XYZ8.318.4824.49-
YUV75.28162.2799.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.73%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=13.73%
G=32.94%
B=53.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35841360.740.3800.47210.8959.0633.53
Hex2354884A2602Fd33b22
Octal43124210112460573237342
Binary1000111010100100010001001010100110010111111010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235488; }

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

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

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

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

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

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

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

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