#255284

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

Shades of Endeavour #255284

Tints of Endeavour #255284

Color information

#255284 (or 0x255284) is unknown color: approx Endeavour. HEX triplet: 25, 52 and 84. RGB value is (37,82,132). Sum of RGB (Red+Green+Blue) = 37+82+132=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #255284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255284 is #DAAD7B. Grayscale: #4A4A4A. Windows color (decimal): -14331260 or 8671781. OLE color: 8671781.

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

Color convert

RGB3782132-
CMYK0.720.3800.48
HSL211.58º56.21%33.14%-
HSV(B)211.58º71.97%51.76%-
XYZ7.958.0922.97-
YUV74.24160.59101.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=14.74%
G=32.67%
B=52.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37821320.720.3800.48211.5856.2133.14
Hex2552844826030d43821
Octal45122204110460603247041
Binary1001011010010100001001001000100110011000011010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255284; }

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

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

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

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

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

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

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

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