#265187

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

Shades of Endeavour #265187

Tints of Endeavour #265187

Color information

#265187 (or 0x265187) is unknown color: approx Endeavour. HEX triplet: 26, 51 and 87. RGB value is (38,81,135). Sum of RGB (Red+Green+Blue) = 38+81+135=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #265187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265187 is #D9AE78. Grayscale: #4A4A4A. Windows color (decimal): -14265977 or 8868134. OLE color: 8868134.

HSL color Cylindrical-coordinate representation of color #265187: hue angle of 213.4º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265187 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3881135-
CMYK0.720.4000.47
HSL213.4º56.07%33.92%-
HSV(B)213.4º71.85%52.94%-
XYZ8.118.0524.05-
YUV74.3162.25102.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=14.96%
G=31.89%
B=53.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38811350.720.4000.47213.456.0733.92
Hex265187482802Fd53822
Octal46121207110500573257042
Binary1001101010001100001111001000101000010111111010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265187; }

 p { color: rgb(38,81,135); }

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

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

 a { background-color: rgb(38,81,135); }

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

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

 span { border-color: rgb(38,81,135); }

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