#265585

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

Shades of Endeavour #265585

Tints of Endeavour #265585

Color information

#265585 (or 0x265585) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 85. RGB value is (38,85,133). Sum of RGB (Red+Green+Blue) = 38+85+133=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #265585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265585 is #D9AA7A. Grayscale: #4C4C4C. Windows color (decimal): -14264955 or 8738086. OLE color: 8738086.

HSL color Cylindrical-coordinate representation of color #265585: hue angle of 210.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265585 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3885133-
CMYK0.710.3600.48
HSL210.32º55.56%33.53%-
HSV(B)210.32º71.43%52.16%-
XYZ8.288.623.41-
YUV76.42159.93100.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=14.84%
G=33.20%
B=51.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38851330.710.3600.48210.3255.5633.53
Hex2655854724030d23822
Octal46125205107440603227042
Binary1001101010101100001011000111100100011000011010010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265585; }

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

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

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

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

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

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

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

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