#293270

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

Shades of Torea Bay #293270

Tints of Torea Bay #293270

Color information

#293270 (or 0x293270) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 70. RGB value is (41,50,112). Sum of RGB (Red+Green+Blue) = 41+50+112=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #293270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293270 is #D6CD8F. Grayscale: #363636. Windows color (decimal): -14077328 or 7352873. OLE color: 7352873.

HSL color Cylindrical-coordinate representation of color #293270: hue angle of 232.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293270 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4150112-
CMYK0.630.5500.56
HSL232.39º46.41%30%-
HSV(B)232.39º63.39%43.92%-
XYZ4.983.9215.82-
YUV54.38160.52118.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=20.20%
G=24.63%
B=55.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41501120.630.5500.56232.3946.4130
Hex2932703F37038e82e1e
Octal516216077670703505636
Binary101001110010111000011111111011101110001110100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293270; }

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

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

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

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

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

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

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

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