#235492

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

Shades of Endeavour #235492

Tints of Endeavour #235492

Color information

#235492 (or 0x235492) is unknown color: approx Endeavour. HEX triplet: 23, 54 and 92. RGB value is (35,84,146). Sum of RGB (Red+Green+Blue) = 35+84+146=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #235492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235492 is #DCAB6D. Grayscale: #4C4C4C. Windows color (decimal): -14461806 or 9589795. OLE color: 9589795.

HSL color Cylindrical-coordinate representation of color #235492: hue angle of 213.51º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235492 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3584146-
CMYK0.760.4200.43
HSL213.51º61.33%35.49%-
HSV(B)213.51º76.03%57.25%-
XYZ9.058.7728.41-
YUV76.42167.2798.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=13.21%
G=31.70%
B=55.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35841460.760.4200.43213.5161.3335.49
Hex2354924C2A02Bd63d23
Octal43124222114520533267543
Binary1000111010100100100101001100101010010101111010110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235492; }

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

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

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

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

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

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

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

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