#265692

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

Shades of Endeavour #265692

Tints of Endeavour #265692

Color information

#265692 (or 0x265692) is unknown color: approx Endeavour. HEX triplet: 26, 56 and 92. RGB value is (38,86,146). Sum of RGB (Red+Green+Blue) = 38+86+146=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #265692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265692 is #D9A96D. Grayscale: #4E4E4E. Windows color (decimal): -14264686 or 9590310. OLE color: 9590310.

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

Color convert

RGB3886146-
CMYK0.740.4100.43
HSL213.33º58.7%36.08%-
HSV(B)213.33º73.97%57.25%-
XYZ9.329.1428.47-
YUV78.49166.199.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=14.07%
G=31.85%
B=54.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38861460.740.4100.43213.3358.736.08
Hex2656924A2902Bd53b24
Octal46126222112510533257344
Binary1001101010110100100101001010101001010101111010101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265692; }

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

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

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

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

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

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

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

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