#293088

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

Shades of Torea Bay #293088

Tints of Torea Bay #293088

Color information

#293088 (or 0x293088) is unknown color: approx Torea Bay. HEX triplet: 29, 30 and 88. RGB value is (41,48,136). Sum of RGB (Red+Green+Blue) = 41+48+136=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #293088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293088 is #D6CF77. Grayscale: #373737. Windows color (decimal): -14077816 or 8925225. OLE color: 8925225.

HSL color Cylindrical-coordinate representation of color #293088: hue angle of 235.58º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293088 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4148136-
CMYK0.700.6500.47
HSL235.58º53.67%34.71%-
HSV(B)235.58º69.85%53.33%-
XYZ6.424.3623.8-
YUV55.94173.18117.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=18.22%
G=21.33%
B=60.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41481360.700.6500.47235.5853.6734.71
Hex293088464102Fec3623
Octal51602101061010573546643
Binary1010011100001000100010001101000001010111111101100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293088; }

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

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

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

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

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

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

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

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