#235195

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

Shades of Endeavour #235195

Tints of Endeavour #235195

Color information

#235195 (or 0x235195) is unknown color: approx Endeavour. HEX triplet: 23, 51 and 95. RGB value is (35,81,149). Sum of RGB (Red+Green+Blue) = 35+81+149=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #235195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235195 is #DCAE6A. Grayscale: #4A4A4A. Windows color (decimal): -14462571 or 9785635. OLE color: 9785635.

HSL color Cylindrical-coordinate representation of color #235195: hue angle of 215.79º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235195 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3581149-
CMYK0.770.4600.42
HSL215.79º61.96%36.08%-
HSV(B)215.79º76.51%58.43%-
XYZ9.068.4129.58-
YUV75169.7699.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=13.21%
G=30.57%
B=56.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35811490.770.4600.42215.7961.9636.08
Hex2351954D2E02Ad83e24
Octal43121225115560523307644
Binary1000111010001100101011001101101110010101011011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235195; }

 p { color: rgb(35,81,149); }

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

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

 a { background-color: rgb(35,81,149); }

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

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

 span { border-color: rgb(35,81,149); }

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