#265D9F

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

Shades of Endeavour #265D9F

Tints of Endeavour #265D9F

Color information

#265D9F (or 0x265D9F) is unknown color: approx Endeavour. HEX triplet: 26, 5D and 9F. RGB value is (38,93,159). Sum of RGB (Red+Green+Blue) = 38+93+159=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #265D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D9F is #D9A260. Grayscale: #535353. Windows color (decimal): -14262881 or 10444070. OLE color: 10444070.

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

Color convert

RGB3893159-
CMYK0.760.4200.38
HSL212.73º61.42%38.63%-
HSV(B)212.73º76.1%62.35%-
XYZ10.9710.7434.3-
YUV84.08170.2895.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=13.10%
G=32.07%
B=54.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38931590.760.4200.38212.7361.4238.63
Hex265D9F4C2A026d53d27
Octal46135237114520463257547
Binary1001101011101100111111001100101010010011011010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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