#255388

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

Shades of Endeavour #255388

Tints of Endeavour #255388

Color information

#255388 (or 0x255388) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 88. RGB value is (37,83,136). Sum of RGB (Red+Green+Blue) = 37+83+136=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 83 (32.81% from 255 or 32.42% 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 #255388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255388 is #DAAC77. Grayscale: #4B4B4B. Windows color (decimal): -14331000 or 8934181. OLE color: 8934181.

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

Color convert

RGB3783136-
CMYK0.730.3900.47
HSL212.12º57.23%33.92%-
HSV(B)212.12º72.79%53.33%-
XYZ8.38.3624.47-
YUV75.29162.26100.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=14.45%
G=32.42%
B=53.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37831360.730.3900.47212.1257.2333.92
Hex255388492702Fd43922
Octal45123210111470573247142
Binary1001011010011100010001001001100111010111111010100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255388; }

 p { color: rgb(37,83,136); }

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

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

 a { background-color: rgb(37,83,136); }

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

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

 span { border-color: rgb(37,83,136); }

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