#265D9E

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

Shades of Endeavour #265D9E

Tints of Endeavour #265D9E

Color information

#265D9E (or 0x265D9E) is unknown color: approx Endeavour. HEX triplet: 26, 5D and 9E. RGB value is (38,93,158). Sum of RGB (Red+Green+Blue) = 38+93+158=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #265D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D9E is #D9A261. Grayscale: #535353. Windows color (decimal): -14262882 or 10378534. OLE color: 10378534.

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

Color convert

RGB3893158-
CMYK0.760.4100.38
HSL212.5º61.22%38.43%-
HSV(B)212.5º75.95%61.96%-
XYZ10.8910.7133.84-
YUV83.96169.7895.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=13.15%
G=32.18%
B=54.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38931580.760.4100.38212.561.2238.43
Hex265D9E4C29026d43d26
Octal46135236114510463247546
Binary1001101011101100111101001100101001010011011010100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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