#265490

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

Shades of Endeavour #265490

Tints of Endeavour #265490

Color information

#265490 (or 0x265490) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 90. RGB value is (38,84,144). Sum of RGB (Red+Green+Blue) = 38+84+144=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #265490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265490 is #D9AB6F. Grayscale: #4C4C4C. Windows color (decimal): -14265200 or 9458726. OLE color: 9458726.

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

Color convert

RGB3884144-
CMYK0.740.4200.44
HSL213.96º58.24%35.69%-
HSV(B)213.96º73.61%56.47%-
XYZ98.7727.6-
YUV77.09165.76100.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=14.29%
G=31.58%
B=54.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38841440.740.4200.44213.9658.2435.69
Hex2654904A2A02Cd63a24
Octal46124220112520543267244
Binary1001101010100100100001001010101010010110011010110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265490; }

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

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

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

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

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

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

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

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