#265295

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

Shades of Endeavour #265295

Tints of Endeavour #265295

Color information

#265295 (or 0x265295) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 95. RGB value is (38,82,149). Sum of RGB (Red+Green+Blue) = 38+82+149=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #265295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265295 is #D9AD6A. Grayscale: #4C4C4C. Windows color (decimal): -14265707 or 9785894. OLE color: 9785894.

HSL color Cylindrical-coordinate representation of color #265295: hue angle of 216.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265295 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3882149-
CMYK0.740.4500.42
HSL216.22º59.36%36.67%-
HSV(B)216.22º74.5%58.43%-
XYZ9.248.6229.61-
YUV76.48168.92100.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=14.13%
G=30.48%
B=55.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38821490.740.4500.42216.2259.3636.67
Hex2652954A2D02Ad83b25
Octal46122225112550523307345
Binary1001101010010100101011001010101101010101011011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265295; }

 p { color: rgb(38,82,149); }

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

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

 a { background-color: rgb(38,82,149); }

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

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

 span { border-color: rgb(38,82,149); }

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