#303579

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

Shades of Torea Bay #303579

Tints of Torea Bay #303579

Color information

#303579 (or 0x303579) is unknown color: approx Torea Bay. HEX triplet: 30, 35 and 79. RGB value is (48,53,121). Sum of RGB (Red+Green+Blue) = 48+53+121=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #303579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303579 is #CFCA86. Grayscale: #3A3A3A. Windows color (decimal): -13617799 or 7943472. OLE color: 7943472.

HSL color Cylindrical-coordinate representation of color #303579: hue angle of 235.89º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303579 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4853121-
CMYK0.600.5600.53
HSL235.89º43.2%33.14%-
HSV(B)235.89º60.33%47.45%-
XYZ5.944.5618.66-
YUV59.26162.84119.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=21.62%
G=23.87%
B=54.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48531210.600.5600.53235.8943.233.14
Hex3035793C38035ec2b21
Octal606517174700653545341
Binary1100001101011111001111100111000011010111101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303579; }

 p { color: rgb(48,53,121); }

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

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

 a { background-color: rgb(48,53,121); }

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

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

 span { border-color: rgb(48,53,121); }

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