#283288

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

Shades of Torea Bay #283288

Tints of Torea Bay #283288

Color information

#283288 (or 0x283288) is unknown color: approx Torea Bay. HEX triplet: 28, 32 and 88. RGB value is (40,50,136). Sum of RGB (Red+Green+Blue) = 40+50+136=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #283288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283288 is #D7CD77. Grayscale: #383838. Windows color (decimal): -14142840 or 8925736. OLE color: 8925736.

HSL color Cylindrical-coordinate representation of color #283288: hue angle of 233.75º 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 #283288 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4050136-
CMYK0.710.6300.47
HSL233.75º54.55%34.51%-
HSV(B)233.75º70.59%53.33%-
XYZ6.464.5123.82-
YUV56.81172.69116.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 136 (53.52% from 255) = 60.18%
R=17.70%
G=22.12%
B=60.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40501360.710.6300.47233.7554.5534.51
Hex283288473F02Fea3723
Octal5062210107770573526743
Binary101000110010100010001000111111111010111111101010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283288; }

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

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

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

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

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

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

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

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