#265290

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

Shades of Endeavour #265290

Tints of Endeavour #265290

Color information

#265290 (or 0x265290) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 90. RGB value is (38,82,144). Sum of RGB (Red+Green+Blue) = 38+82+144=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #265290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265290 is #D9AD6F. Grayscale: #4B4B4B. Windows color (decimal): -14265712 or 9458214. OLE color: 9458214.

HSL color Cylindrical-coordinate representation of color #265290: hue angle of 215.09º 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 #265290 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3882144-
CMYK0.740.4300.44
HSL215.09º58.24%35.69%-
HSV(B)215.09º73.61%56.47%-
XYZ8.858.4627.55-
YUV75.91166.42100.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=14.39%
G=31.06%
B=54.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38821440.740.4300.44215.0958.2435.69
Hex2652904A2B02Cd73a24
Octal46122220112530543277244
Binary1001101010010100100001001010101011010110011010111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265290; }

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

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

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

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

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

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

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

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