#265596

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

Shades of Endeavour #265596

Tints of Endeavour #265596

Color information

#265596 (or 0x265596) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 96. RGB value is (38,85,150). Sum of RGB (Red+Green+Blue) = 38+85+150=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #265596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265596 is #D9AA69. Grayscale: #4E4E4E. Windows color (decimal): -14264938 or 9852198. OLE color: 9852198.

HSL color Cylindrical-coordinate representation of color #265596: hue angle of 214.82º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265596 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3885150-
CMYK0.750.4300.41
HSL214.82º59.57%36.86%-
HSV(B)214.82º74.67%58.82%-
XYZ9.559.1130.11-
YUV78.36168.4399.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=13.92%
G=31.14%
B=54.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38851500.750.4300.41214.8259.5736.86
Hex2655964B2B029d73c25
Octal46125226113530513277445
Binary1001101010101100101101001011101011010100111010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265596; }

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

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

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

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

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

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

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

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