#303776

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

Shades of Torea Bay #303776

Tints of Torea Bay #303776

Color information

#303776 (or 0x303776) is unknown color: approx Torea Bay. HEX triplet: 30, 37 and 76. RGB value is (48,55,118). Sum of RGB (Red+Green+Blue) = 48+55+118=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #303776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303776 is #CFC889. Grayscale: #3B3B3B. Windows color (decimal): -13617290 or 7747376. OLE color: 7747376.

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

Color convert

RGB4855118-
CMYK0.590.5300.54
HSL234º42.17%32.55%-
HSV(B)234º59.32%46.27%-
XYZ5.864.6717.73-
YUV60.09160.68119.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=21.72%
G=24.89%
B=53.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48551180.590.5300.5423442.1732.55
Hex3037763B35036ea2a21
Octal606716673650663525241
Binary1100001101111110110111011110101011011011101010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303776; }

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

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

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

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

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

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

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

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