#293275

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

Shades of Torea Bay #293275

Tints of Torea Bay #293275

Color information

#293275 (or 0x293275) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 75. RGB value is (41,50,117). Sum of RGB (Red+Green+Blue) = 41+50+117=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #293275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293275 is #D6CD8A. Grayscale: #363636. Windows color (decimal): -14077323 or 7680553. OLE color: 7680553.

HSL color Cylindrical-coordinate representation of color #293275: hue angle of 232.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293275 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4150117-
CMYK0.650.5700.54
HSL232.89º48.1%30.98%-
HSV(B)232.89º64.96%45.88%-
XYZ5.274.0417.33-
YUV54.95163.02118.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=19.71%
G=24.04%
B=56.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41501170.650.5700.54232.8948.130.98
Hex2932754139036e9301f
Octal5162165101710663516037
Binary1010011100101110101100000111100101101101110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293275; }

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

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

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

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

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

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

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

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