#255083

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

Shades of Endeavour #255083

Tints of Endeavour #255083

Color information

#255083 (or 0x255083) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 83. RGB value is (37,80,131). Sum of RGB (Red+Green+Blue) = 37+80+131=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #255083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255083 is #DAAF7C. Grayscale: #484848. Windows color (decimal): -14331773 or 8605733. OLE color: 8605733.

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

Color convert

RGB3780131-
CMYK0.720.3900.49
HSL212.55º55.95%32.94%-
HSV(B)212.55º71.76%51.37%-
XYZ7.737.7722.57-
YUV72.96160.75102.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=14.92%
G=32.26%
B=52.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37801310.720.3900.49212.5555.9532.94
Hex2550834827031d53821
Octal45120203110470613257041
Binary1001011010000100000111001000100111011000111010101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255083; }

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

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

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

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

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

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

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

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