#265DA0

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

Shades of Endeavour #265DA0

Tints of Endeavour #265DA0

Color information

#265DA0 (or 0x265DA0) is unknown color: approx Endeavour. HEX triplet: 26, 5D and A0. RGB value is (38,93,160). Sum of RGB (Red+Green+Blue) = 38+93+160=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #265DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DA0 is #D9A25F. Grayscale: #535353. Windows color (decimal): -14262880 or 10509606. OLE color: 10509606.

HSL color Cylindrical-coordinate representation of color #265DA0: hue angle of 212.95º 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 #265DA0 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3893160-
CMYK0.760.4200.37
HSL212.95º61.62%38.82%-
HSV(B)212.95º76.25%62.75%-
XYZ11.0610.7834.76-
YUV84.19170.7895.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 160 (62.89% from 255) = 54.98%
R=13.06%
G=31.96%
B=54.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal38931600.760.4200.37212.9561.6238.82
Hex265DA04C2A025d53e27
Octal46135240114520453257647
Binary1001101011101101000001001100101010010010111010101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,93,160); }

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

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

 a { background-color: rgb(38,93,160); }

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

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

 span { border-color: rgb(38,93,160); }

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