#265E92

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

Shades of Endeavour #265E92

Tints of Endeavour #265E92

Color information

#265E92 (or 0x265E92) is unknown color: approx Endeavour. HEX triplet: 26, 5E and 92. RGB value is (38,94,146). Sum of RGB (Red+Green+Blue) = 38+94+146=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #265E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E92 is #D9A16D. Grayscale: #525252. Windows color (decimal): -14262638 or 9592358. OLE color: 9592358.

HSL color Cylindrical-coordinate representation of color #265E92: hue angle of 208.89º 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 #265E92 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3894146-
CMYK0.740.3600.43
HSL208.89º58.7%36.08%-
HSV(B)208.89º73.97%57.25%-
XYZ9.9910.4928.69-
YUV83.18163.4595.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=13.67%
G=33.81%
B=52.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38941460.740.3600.43208.8958.736.08
Hex265E924A2402Bd13b24
Octal46136222112440533217344
Binary1001101011110100100101001010100100010101111010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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