#293276

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

Shades of Torea Bay #293276

Tints of Torea Bay #293276

Color information

#293276 (or 0x293276) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 76. RGB value is (41,50,118). Sum of RGB (Red+Green+Blue) = 41+50+118=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #293276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293276 is #D6CD89. Grayscale: #363636. Windows color (decimal): -14077322 or 7746089. OLE color: 7746089.

HSL color Cylindrical-coordinate representation of color #293276: hue angle of 232.99º 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 #293276 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4150118-
CMYK0.650.5800.54
HSL232.99º48.43%31.18%-
HSV(B)232.99º65.25%46.27%-
XYZ5.334.0617.64-
YUV55.06163.52117.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=19.62%
G=23.92%
B=56.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41501180.650.5800.54232.9948.4331.18
Hex293276413A036e9301f
Octal5162166101720663516037
Binary1010011100101110110100000111101001101101110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293276; }

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

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

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

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

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

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

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

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