#283381

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

Shades of Torea Bay #283381

Tints of Torea Bay #283381

Color information

#283381 (or 0x283381) is unknown color: approx Torea Bay. HEX triplet: 28, 33 and 81. RGB value is (40,51,129). Sum of RGB (Red+Green+Blue) = 40+51+129=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #283381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283381 is #D7CC7E. Grayscale: #383838. Windows color (decimal): -14142591 or 8467240. OLE color: 8467240.

HSL color Cylindrical-coordinate representation of color #283381: hue angle of 232.58º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283381 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4051129-
CMYK0.690.6000.49
HSL232.58º52.66%33.14%-
HSV(B)232.58º68.99%50.59%-
XYZ6.024.421.3-
YUV56.6168.86116.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 129 (50.78% from 255) = 58.64%
R=18.18%
G=23.18%
B=58.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40511290.690.6000.49232.5852.6633.14
Hex283381453C031e93521
Octal5063201105740613516541
Binary101000110011100000011000101111100011000111101001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283381; }

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

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

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

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

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

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

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

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