#265A92

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

Shades of Endeavour #265A92

Tints of Endeavour #265A92

Color information

#265A92 (or 0x265A92) is unknown color: approx Endeavour. HEX triplet: 26, 5A and 92. RGB value is (38,90,146). Sum of RGB (Red+Green+Blue) = 38+90+146=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #265A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A92 is #D9A56D. Grayscale: #505050. Windows color (decimal): -14263662 or 9591334. OLE color: 9591334.

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

Color convert

RGB3890146-
CMYK0.740.3800.43
HSL211.11º58.7%36.08%-
HSV(B)211.11º73.97%57.25%-
XYZ9.649.828.58-
YUV80.84164.7797.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=13.87%
G=32.85%
B=53.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38901460.740.3800.43211.1158.736.08
Hex265A924A2602Bd33b24
Octal46132222112460533237344
Binary1001101011010100100101001010100110010101111010011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,90,146); }

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

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

 a { background-color: rgb(38,90,146); }

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

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

 span { border-color: rgb(38,90,146); }

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