#235690

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

Shades of Endeavour #235690

Tints of Endeavour #235690

Color information

#235690 (or 0x235690) is unknown color: approx Endeavour. HEX triplet: 23, 56 and 90. RGB value is (35,86,144). Sum of RGB (Red+Green+Blue) = 35+86+144=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #235690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235690 is #DCA96F. Grayscale: #4D4D4D. Windows color (decimal): -14461296 or 9459235. OLE color: 9459235.

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

Color convert

RGB3586144-
CMYK0.760.4000.44
HSL211.93º60.89%35.1%-
HSV(B)211.93º75.69%56.47%-
XYZ9.059.0327.65-
YUV77.36165.697.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=13.21%
G=32.45%
B=54.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35861440.760.4000.44211.9360.8935.1
Hex2356904C2802Cd43d23
Octal43126220114500543247543
Binary1000111010110100100001001100101000010110011010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235690; }

 p { color: rgb(35,86,144); }

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

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

 a { background-color: rgb(35,86,144); }

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

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

 span { border-color: rgb(35,86,144); }

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