#235285

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

Shades of Endeavour #235285

Tints of Endeavour #235285

Color information

#235285 (or 0x235285) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 85. RGB value is (35,82,133). Sum of RGB (Red+Green+Blue) = 35+82+133=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #235285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235285 is #DCAD7A. Grayscale: #494949. Windows color (decimal): -14462331 or 8737315. OLE color: 8737315.

HSL color Cylindrical-coordinate representation of color #235285: hue angle of 211.22º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235285 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3582133-
CMYK0.740.3800.48
HSL211.22º58.33%32.94%-
HSV(B)211.22º73.68%52.16%-
XYZ7.948.0923.33-
YUV73.76161.43100.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=14%
G=32.8%
B=53.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35821330.740.3800.48211.2258.3332.94
Hex2352854A26030d33a21
Octal43122205112460603237241
Binary1000111010010100001011001010100110011000011010011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235285; }

 p { color: rgb(35,82,133); }

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

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

 a { background-color: rgb(35,82,133); }

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

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

 span { border-color: rgb(35,82,133); }

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