#255082

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

Shades of Endeavour #255082

Tints of Endeavour #255082

Color information

#255082 (or 0x255082) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 82. RGB value is (37,80,130). Sum of RGB (Red+Green+Blue) = 37+80+130=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #255082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255082 is #DAAF7D. Grayscale: #484848. Windows color (decimal): -14331774 or 8540197. OLE color: 8540197.

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

Color convert

RGB3780130-
CMYK0.720.3800.49
HSL212.26º55.69%32.75%-
HSV(B)212.26º71.54%50.98%-
XYZ7.667.7422.21-
YUV72.84160.25102.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=14.98%
G=32.39%
B=52.63%

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
Decimal37801300.720.3800.49212.2655.6932.75
Hex2550824826031d43821
Octal45120202110460613247041
Binary1001011010000100000101001000100110011000111010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255082; }

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

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

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

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

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

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

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

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