#293082

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

Shades of Torea Bay #293082

Tints of Torea Bay #293082

Color information

#293082 (or 0x293082) is unknown color: approx Torea Bay. HEX triplet: 29, 30 and 82. RGB value is (41,48,130). Sum of RGB (Red+Green+Blue) = 41+48+130=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #293082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293082 is #D6CF7D. Grayscale: #363636. Windows color (decimal): -14077822 or 8532009. OLE color: 8532009.

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

Color convert

RGB4148130-
CMYK0.680.6300.49
HSL235.28º52.05%33.53%-
HSV(B)235.28º68.46%50.98%-
XYZ64.221.61-
YUV55.26170.18117.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=18.72%
G=21.92%
B=59.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41481300.680.6300.49235.2852.0533.53
Hex293082443F031eb3422
Octal5160202104770613536442
Binary101001110000100000101000100111111011000111101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293082; }

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

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

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

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

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

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

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

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