#265694

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

Shades of Endeavour #265694

Tints of Endeavour #265694

Color information

#265694 (or 0x265694) is unknown color: approx Endeavour. HEX triplet: 26, 56 and 94. RGB value is (38,86,148). Sum of RGB (Red+Green+Blue) = 38+86+148=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #265694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265694 is #D9A96B. Grayscale: #4E4E4E. Windows color (decimal): -14264684 or 9721382. OLE color: 9721382.

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

Color convert

RGB3886148-
CMYK0.740.4200.42
HSL213.82º59.14%36.47%-
HSV(B)213.82º74.32%58.04%-
XYZ9.479.2129.29-
YUV78.72167.198.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=13.97%
G=31.62%
B=54.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38861480.740.4200.42213.8259.1436.47
Hex2656944A2A02Ad63b24
Octal46126224112520523267344
Binary1001101010110100101001001010101010010101011010110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265694; }

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

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

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

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

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

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

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

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