#293377

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

Shades of Torea Bay #293377

Tints of Torea Bay #293377

Color information

#293377 (or 0x293377) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 77. RGB value is (41,51,119). Sum of RGB (Red+Green+Blue) = 41+51+119=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #293377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293377 is #D6CC88. Grayscale: #373737. Windows color (decimal): -14077065 or 7811881. OLE color: 7811881.

HSL color Cylindrical-coordinate representation of color #293377: hue angle of 232.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293377 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4151119-
CMYK0.660.5700.53
HSL232.31º48.75%31.37%-
HSV(B)232.31º65.55%46.67%-
XYZ5.434.1717.97-
YUV55.76163.69117.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=19.43%
G=24.17%
B=56.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41511190.660.5700.53232.3148.7531.37
Hex2933774239035e8311f
Octal5163167102710653506137
Binary1010011100111110111100001011100101101011110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293377; }

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

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

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

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

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

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

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

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