#265591

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

Shades of Endeavour #265591

Tints of Endeavour #265591

Color information

#265591 (or 0x265591) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 91. RGB value is (38,85,145). Sum of RGB (Red+Green+Blue) = 38+85+145=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #265591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265591 is #D9AA6E. Grayscale: #4D4D4D. Windows color (decimal): -14264943 or 9524518. OLE color: 9524518.

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

Color convert

RGB3885145-
CMYK0.740.4100.43
HSL213.64º58.47%35.88%-
HSV(B)213.64º73.79%56.86%-
XYZ9.168.9528.03-
YUV77.79165.9399.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=14.18%
G=31.72%
B=54.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38851450.740.4100.43213.6458.4735.88
Hex2655914A2902Bd63a24
Octal46125221112510533267244
Binary1001101010101100100011001010101001010101111010110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265591; }

 p { color: rgb(38,85,145); }

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

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

 a { background-color: rgb(38,85,145); }

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

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

 span { border-color: rgb(38,85,145); }

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