#303476

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

Shades of Torea Bay #303476

Tints of Torea Bay #303476

Color information

#303476 (or 0x303476) is unknown color: approx Torea Bay. HEX triplet: 30, 34 and 76. RGB value is (48,52,118). Sum of RGB (Red+Green+Blue) = 48+52+118=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #303476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303476 is #CFCB89. Grayscale: #3A3A3A. Windows color (decimal): -13618058 or 7746608. OLE color: 7746608.

HSL color Cylindrical-coordinate representation of color #303476: hue angle of 236.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303476 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4852118-
CMYK0.590.5600.54
HSL236.57º42.17%32.55%-
HSV(B)236.57º59.32%46.27%-
XYZ5.724.3917.69-
YUV58.33161.67120.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=22.02%
G=23.85%
B=54.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48521180.590.5600.54236.5742.1732.55
Hex3034763B38036ed2a21
Octal606416673700663555241
Binary1100001101001110110111011111000011011011101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303476; }

 p { color: rgb(48,52,118); }

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

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

 a { background-color: rgb(48,52,118); }

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

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

 span { border-color: rgb(48,52,118); }

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