#283384

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

Shades of Torea Bay #283384

Tints of Torea Bay #283384

Color information

#283384 (or 0x283384) is unknown color: approx Torea Bay. HEX triplet: 28, 33 and 84. RGB value is (40,51,132). Sum of RGB (Red+Green+Blue) = 40+51+132=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #283384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283384 is #D7CC7B. Grayscale: #383838. Windows color (decimal): -14142588 or 8663848. OLE color: 8663848.

HSL color Cylindrical-coordinate representation of color #283384: hue angle of 232.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283384 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4051132-
CMYK0.700.6100.48
HSL232.83º53.49%33.73%-
HSV(B)232.83º69.7%51.76%-
XYZ6.224.4822.37-
YUV56.94170.36115.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=17.94%
G=22.87%
B=59.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40511320.700.6100.48232.8353.4933.73
Hex283384463D030e93522
Octal5063204106750603516542
Binary101000110011100001001000110111101011000011101001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283384; }

 p { color: rgb(40,51,132); }

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

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

 a { background-color: rgb(40,51,132); }

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

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

 span { border-color: rgb(40,51,132); }

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