#235192

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

Shades of Endeavour #235192

Tints of Endeavour #235192

Color information

#235192 (or 0x235192) is unknown color: approx Endeavour. HEX triplet: 23, 51 and 92. RGB value is (35,81,146). Sum of RGB (Red+Green+Blue) = 35+81+146=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #235192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235192 is #DCAE6D. Grayscale: #4A4A4A. Windows color (decimal): -14462574 or 9589027. OLE color: 9589027.

HSL color Cylindrical-coordinate representation of color #235192: hue angle of 215.14º 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 #235192 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3581146-
CMYK0.760.4500.43
HSL215.14º61.33%35.49%-
HSV(B)215.14º76.03%57.25%-
XYZ8.828.3228.33-
YUV74.66168.2699.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=13.36%
G=30.92%
B=55.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35811460.760.4500.43215.1461.3335.49
Hex2351924C2D02Bd73d23
Octal43121222114550533277543
Binary1000111010001100100101001100101101010101111010111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235192; }

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

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

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

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

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

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

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

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