#265892

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

Shades of Endeavour #265892

Tints of Endeavour #265892

Color information

#265892 (or 0x265892) is unknown color: approx Endeavour. HEX triplet: 26, 58 and 92. RGB value is (38,88,146). Sum of RGB (Red+Green+Blue) = 38+88+146=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #265892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265892 is #D9A76D. Grayscale: #4F4F4F. Windows color (decimal): -14264174 or 9590822. OLE color: 9590822.

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

Color convert

RGB3888146-
CMYK0.740.4000.43
HSL212.22º58.7%36.08%-
HSV(B)212.22º73.97%57.25%-
XYZ9.489.4728.52-
YUV79.66165.4498.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=13.97%
G=32.35%
B=53.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38881460.740.4000.43212.2258.736.08
Hex2658924A2802Bd43b24
Octal46130222112500533247344
Binary1001101011000100100101001010101000010101111010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265892; }

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

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

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

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

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

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

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

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