#265E89

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

Shades of Endeavour #265E89

Tints of Endeavour #265E89

Color information

#265E89 (or 0x265E89) is unknown color: approx Endeavour. HEX triplet: 26, 5E and 89. RGB value is (38,94,137). Sum of RGB (Red+Green+Blue) = 38+94+137=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #265E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E89 is #D9A176. Grayscale: #515151. Windows color (decimal): -14262647 or 9002534. OLE color: 9002534.

HSL color Cylindrical-coordinate representation of color #265E89: hue angle of 206.06º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265E89 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3894137-
CMYK0.720.3100.46
HSL206.06º56.57%34.31%-
HSV(B)206.06º72.26%53.73%-
XYZ9.3210.2225.15-
YUV82.16158.9596.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=14.13%
G=34.94%
B=50.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38941370.720.3100.46206.0656.5734.31
Hex265E89481F02Ece3922
Octal46136211110370563167142
Binary100110101111010001001100100011111010111011001110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,137); }

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

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

 a { background-color: rgb(38,94,137); }

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

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

 span { border-color: rgb(38,94,137); }

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