#265F93

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

Shades of Endeavour #265F93

Tints of Endeavour #265F93

Color information

#265F93 (or 0x265F93) is unknown color: approx Endeavour. HEX triplet: 26, 5F and 93. RGB value is (38,95,147). Sum of RGB (Red+Green+Blue) = 38+95+147=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #265F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F93 is #D9A06C. Grayscale: #535353. Windows color (decimal): -14262381 or 9658150. OLE color: 9658150.

HSL color Cylindrical-coordinate representation of color #265F93: hue angle of 208.62º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265F93 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3895147-
CMYK0.740.3500.42
HSL208.62º58.92%36.27%-
HSV(B)208.62º74.15%57.65%-
XYZ10.1610.729.13-
YUV83.88163.6295.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=13.57%
G=33.93%
B=52.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38951470.740.3500.42208.6258.9236.27
Hex265F934A2302Ad13b24
Octal46137223112430523217344
Binary1001101011111100100111001010100011010101011010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,147); }

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

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

 a { background-color: rgb(38,95,147); }

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

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

 span { border-color: rgb(38,95,147); }

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