#265AA1

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

Shades of Endeavour #265AA1

Tints of Endeavour #265AA1

Color information

#265AA1 (or 0x265AA1) is unknown color: approx Endeavour. HEX triplet: 26, 5A and A1. RGB value is (38,90,161). Sum of RGB (Red+Green+Blue) = 38+90+161=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #265AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AA1 is #D9A55E. Grayscale: #525252. Windows color (decimal): -14263647 or 10574374. OLE color: 10574374.

HSL color Cylindrical-coordinate representation of color #265AA1: hue angle of 214.63º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #265AA1 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3890161-
CMYK0.760.4400.37
HSL214.63º61.81%39.02%-
HSV(B)214.63º76.4%63.14%-
XYZ10.8910.335.13-
YUV82.55172.2796.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=13.15%
G=31.14%
B=55.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal38901610.760.4400.37214.6361.8139.02
Hex265AA14C2C025d73e27
Octal46132241114540453277647
Binary1001101011010101000011001100101100010010111010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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