#293376

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

Shades of Torea Bay #293376

Tints of Torea Bay #293376

Color information

#293376 (or 0x293376) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 76. RGB value is (41,51,118). Sum of RGB (Red+Green+Blue) = 41+51+118=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #293376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293376 is #D6CC89. Grayscale: #373737. Windows color (decimal): -14077066 or 7746345. OLE color: 7746345.

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

Color convert

RGB4151118-
CMYK0.650.5700.54
HSL232.21º48.43%31.18%-
HSV(B)232.21º65.25%46.27%-
XYZ5.374.1517.66-
YUV55.65163.19117.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=19.52%
G=24.29%
B=56.19%

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
Decimal41511180.650.5700.54232.2148.4331.18
Hex2933764139036e8301f
Octal5163166101710663506037
Binary1010011100111110110100000111100101101101110100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293376; }

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

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

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

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

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

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

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

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