#255183

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

Shades of Endeavour #255183

Tints of Endeavour #255183

Color information

#255183 (or 0x255183) is unknown color: approx Endeavour. HEX triplet: 25, 51 and 83. RGB value is (37,81,131). Sum of RGB (Red+Green+Blue) = 37+81+131=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #255183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255183 is #DAAE7C. Grayscale: #494949. Windows color (decimal): -14331517 or 8605989. OLE color: 8605989.

HSL color Cylindrical-coordinate representation of color #255183: hue angle of 211.91º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255183 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3781131-
CMYK0.720.3800.49
HSL211.91º55.95%32.94%-
HSV(B)211.91º71.76%51.37%-
XYZ7.87.9222.59-
YUV73.54160.42101.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=14.86%
G=32.53%
B=52.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37811310.720.3800.49211.9155.9532.94
Hex2551834826031d43821
Octal45121203110460613247041
Binary1001011010001100000111001000100110011000111010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255183; }

 p { color: rgb(37,81,131); }

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

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

 a { background-color: rgb(37,81,131); }

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

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

 span { border-color: rgb(37,81,131); }

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