#293083

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

Shades of Torea Bay #293083

Tints of Torea Bay #293083

Color information

#293083 (or 0x293083) is unknown color: approx Torea Bay. HEX triplet: 29, 30 and 83. RGB value is (41,48,131). Sum of RGB (Red+Green+Blue) = 41+48+131=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #293083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293083 is #D6CF7C. Grayscale: #373737. Windows color (decimal): -14077821 or 8597545. OLE color: 8597545.

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

Color convert

RGB4148131-
CMYK0.690.6300.49
HSL235.33º52.33%33.73%-
HSV(B)235.33º68.7%51.37%-
XYZ6.074.2221.97-
YUV55.37170.68117.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 131 (51.56% from 255) = 59.55%
R=18.64%
G=21.82%
B=59.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41481310.690.6300.49235.3352.3333.73
Hex293083453F031eb3422
Octal5160203105770613536442
Binary101001110000100000111000101111111011000111101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293083; }

 p { color: rgb(41,48,131); }

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

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

 a { background-color: rgb(41,48,131); }

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

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

 span { border-color: rgb(41,48,131); }

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