#293281

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

Shades of Torea Bay #293281

Tints of Torea Bay #293281

Color information

#293281 (or 0x293281) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 81. RGB value is (41,50,129). Sum of RGB (Red+Green+Blue) = 41+50+129=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 50 (19.92% from 255 or 22.73% 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 #293281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293281 is #D6CD7E. Grayscale: #373737. Windows color (decimal): -14077311 or 8466985. OLE color: 8466985.

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

Color convert

RGB4150129-
CMYK0.680.6100.49
HSL233.86º51.76%33.33%-
HSV(B)233.86º68.22%50.59%-
XYZ6.024.3421.29-
YUV56.32169.02117.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 129 (50.78% from 255) = 58.64%
R=18.64%
G=22.73%
B=58.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41501290.680.6100.49233.8651.7633.33
Hex293281443D031ea3421
Octal5162201104750613526441
Binary101001110010100000011000100111101011000111101010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293281; }

 p { color: rgb(41,50,129); }

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

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

 a { background-color: rgb(41,50,129); }

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

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

 span { border-color: rgb(41,50,129); }

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