#265594

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

Shades of Endeavour #265594

Tints of Endeavour #265594

Color information

#265594 (or 0x265594) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 94. RGB value is (38,85,148). Sum of RGB (Red+Green+Blue) = 38+85+148=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #265594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265594 is #D9AA6B. Grayscale: #4D4D4D. Windows color (decimal): -14264940 or 9721126. OLE color: 9721126.

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

Color convert

RGB3885148-
CMYK0.740.4300.42
HSL214.36º59.14%36.47%-
HSV(B)214.36º74.32%58.04%-
XYZ9.399.0529.27-
YUV78.13167.4399.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=14.02%
G=31.37%
B=54.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38851480.740.4300.42214.3659.1436.47
Hex2655944A2B02Ad63b24
Octal46125224112530523267344
Binary1001101010101100101001001010101011010101011010110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265594; }

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

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

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

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

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

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

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

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