#293077

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

Shades of Torea Bay #293077

Tints of Torea Bay #293077

Color information

#293077 (or 0x293077) is unknown color: approx Torea Bay. HEX triplet: 29, 30 and 77. RGB value is (41,48,119). Sum of RGB (Red+Green+Blue) = 41+48+119=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #293077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293077 is #D6CF88. Grayscale: #353535. Windows color (decimal): -14077833 or 7811113. OLE color: 7811113.

HSL color Cylindrical-coordinate representation of color #293077: hue angle of 234.62º 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 #293077 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4148119-
CMYK0.660.6000.53
HSL234.62º48.75%31.37%-
HSV(B)234.62º65.55%46.67%-
XYZ5.33.9217.93-
YUV54164.68118.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=19.71%
G=23.08%
B=57.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41481190.660.6000.53234.6248.7531.37
Hex293077423C035eb311f
Octal5160167102740653536137
Binary1010011100001110111100001011110001101011110101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293077; }

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

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

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

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

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

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

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

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