#255084

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

Shades of Endeavour #255084

Tints of Endeavour #255084

Color information

#255084 (or 0x255084) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 84. RGB value is (37,80,132). Sum of RGB (Red+Green+Blue) = 37+80+132=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #255084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255084 is #DAAF7B. Grayscale: #484848. Windows color (decimal): -14331772 or 8671269. OLE color: 8671269.

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

Color convert

RGB3780132-
CMYK0.720.3900.48
HSL212.84º56.21%33.14%-
HSV(B)212.84º71.97%51.76%-
XYZ7.87.822.92-
YUV73.07161.25102.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=14.86%
G=32.13%
B=53.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37801320.720.3900.48212.8456.2133.14
Hex2550844827030d53821
Octal45120204110470603257041
Binary1001011010000100001001001000100111011000011010101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255084; }

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

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

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

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

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

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

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

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