#303577

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

Shades of Torea Bay #303577

Tints of Torea Bay #303577

Color information

#303577 (or 0x303577) is unknown color: approx Torea Bay. HEX triplet: 30, 35 and 77. RGB value is (48,53,119). Sum of RGB (Red+Green+Blue) = 48+53+119=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #303577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303577 is #CFCA88. Grayscale: #3A3A3A. Windows color (decimal): -13617801 or 7812400. OLE color: 7812400.

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

Color convert

RGB4853119-
CMYK0.600.5500.53
HSL235.77º42.51%32.75%-
HSV(B)235.77º59.66%46.67%-
XYZ5.824.5118.02-
YUV59.03161.84120.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=21.82%
G=24.09%
B=54.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48531190.600.5500.53235.7742.5132.75
Hex3035773C37035ec2b21
Octal606516774670653545341
Binary1100001101011110111111100110111011010111101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303577; }

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

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

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

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

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

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

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

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