#265288

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

Shades of Endeavour #265288

Tints of Endeavour #265288

Color information

#265288 (or 0x265288) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 88. RGB value is (38,82,136). Sum of RGB (Red+Green+Blue) = 38+82+136=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #265288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265288 is #D9AD77. Grayscale: #4A4A4A. Windows color (decimal): -14265720 or 8933926. OLE color: 8933926.

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

Color convert

RGB3882136-
CMYK0.720.4000.47
HSL213.06º56.32%34.12%-
HSV(B)213.06º72.06%53.33%-
XYZ8.268.2224.44-
YUV75162.42101.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=14.84%
G=32.03%
B=53.12%

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
Decimal38821360.720.4000.47213.0656.3234.12
Hex265288482802Fd53822
Octal46122210110500573257042
Binary1001101010010100010001001000101000010111111010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265288; }

 p { color: rgb(38,82,136); }

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

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

 a { background-color: rgb(38,82,136); }

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

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

 span { border-color: rgb(38,82,136); }

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