#235092

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

Shades of Endeavour #235092

Tints of Endeavour #235092

Color information

#235092 (or 0x235092) is unknown color: approx Endeavour. HEX triplet: 23, 50 and 92. RGB value is (35,80,146). Sum of RGB (Red+Green+Blue) = 35+80+146=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #235092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235092 is #DCAF6D. Grayscale: #494949. Windows color (decimal): -14462830 or 9588771. OLE color: 9588771.

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

Color convert

RGB3580146-
CMYK0.760.4500.43
HSL215.68º61.33%35.49%-
HSV(B)215.68º76.03%57.25%-
XYZ8.758.1728.31-
YUV74.07168.59100.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=13.41%
G=30.65%
B=55.94%

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
Decimal35801460.760.4500.43215.6861.3335.49
Hex2350924C2D02Bd83d23
Octal43120222114550533307543
Binary1000111010000100100101001100101101010101111011000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235092; }

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

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

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

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

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

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

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

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