#265890

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

Shades of Endeavour #265890

Tints of Endeavour #265890

Color information

#265890 (or 0x265890) is unknown color: approx Endeavour. HEX triplet: 26, 58 and 90. RGB value is (38,88,144). Sum of RGB (Red+Green+Blue) = 38+88+144=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #265890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265890 is #D9A76F. Grayscale: #4F4F4F. Windows color (decimal): -14264176 or 9459750. OLE color: 9459750.

HSL color Cylindrical-coordinate representation of color #265890: hue angle of 211.7º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265890 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3888144-
CMYK0.740.3900.44
HSL211.7º58.24%35.69%-
HSV(B)211.7º73.61%56.47%-
XYZ9.329.4127.71-
YUV79.43164.4498.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=14.07%
G=32.59%
B=53.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38881440.740.3900.44211.758.2435.69
Hex2658904A2702Cd43a24
Octal46130220112470543247244
Binary1001101011000100100001001010100111010110011010100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265890; }

 p { color: rgb(38,88,144); }

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

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

 a { background-color: rgb(38,88,144); }

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

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

 span { border-color: rgb(38,88,144); }

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