#282988

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

Shades of Torea Bay #282988

Tints of Torea Bay #282988

Color information

#282988 (or 0x282988) is unknown color: approx Torea Bay. HEX triplet: 28, 29 and 88. RGB value is (40,41,136). Sum of RGB (Red+Green+Blue) = 40+41+136=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #282988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282988 is #D7D677. Grayscale: #333333. Windows color (decimal): -14145144 or 8923432. OLE color: 8923432.

HSL color Cylindrical-coordinate representation of color #282988: hue angle of 239.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282988 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4041136-
CMYK0.710.7000.47
HSL239.38º54.55%34.51%-
HSV(B)239.38º70.59%53.33%-
XYZ6.113.8123.71-
YUV51.53175.67119.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=18.43%
G=18.89%
B=62.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40411360.710.7000.47239.3854.5534.51
Hex282988474602Fef3723
Octal50512101071060573576743
Binary1010001010011000100010001111000110010111111101111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282988; }

 p { color: rgb(40,41,136); }

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

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

 a { background-color: rgb(40,41,136); }

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

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

 span { border-color: rgb(40,41,136); }

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