#293271

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

Shades of Torea Bay #293271

Tints of Torea Bay #293271

Color information

#293271 (or 0x293271) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 71. RGB value is (41,50,113). Sum of RGB (Red+Green+Blue) = 41+50+113=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #293271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293271 is #D6CD8E. Grayscale: #363636. Windows color (decimal): -14077327 or 7418409. OLE color: 7418409.

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

Color convert

RGB4150113-
CMYK0.640.5600.56
HSL232.5º46.75%30.2%-
HSV(B)232.5º63.72%44.31%-
XYZ5.043.9416.12-
YUV54.49161.02118.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=20.10%
G=24.51%
B=55.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41501130.640.5600.56232.546.7530.2
Hex2932714038038e82f1e
Octal5162161100700703505736
Binary1010011100101110001100000011100001110001110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293271; }

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

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

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

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

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

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

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

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