#265A99

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

Shades of Endeavour #265A99

Tints of Endeavour #265A99

Color information

#265A99 (or 0x265A99) is unknown color: approx Endeavour. HEX triplet: 26, 5A and 99. RGB value is (38,90,153). Sum of RGB (Red+Green+Blue) = 38+90+153=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #265A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A99 is #D9A566. Grayscale: #515151. Windows color (decimal): -14263655 or 10050086. OLE color: 10050086.

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

Color convert

RGB3890153-
CMYK0.750.4100.4
HSL212.87º60.21%37.45%-
HSV(B)212.87º75.16%60%-
XYZ10.2110.0231.53-
YUV81.63168.2796.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=13.52%
G=32.03%
B=54.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38901530.750.4100.4212.8760.2137.45
Hex265A994B29028d53c25
Octal46132231113510503257445
Binary1001101011010100110011001011101001010100011010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265A99; }

 p { color: rgb(38,90,153); }

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

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

 a { background-color: rgb(38,90,153); }

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

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

 span { border-color: rgb(38,90,153); }

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