#303973

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

Shades of Torea Bay #303973

Tints of Torea Bay #303973

Color information

#303973 (or 0x303973) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 73. RGB value is (48,57,115). Sum of RGB (Red+Green+Blue) = 48+57+115=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #303973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303973 is #CFC68C. Grayscale: #3C3C3C. Windows color (decimal): -13616781 or 7551280. OLE color: 7551280.

HSL color Cylindrical-coordinate representation of color #303973: hue angle of 231.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303973 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4857115-
CMYK0.580.5000.55
HSL231.94º41.1%31.96%-
HSV(B)231.94º58.26%45.1%-
XYZ5.784.7916.84-
YUV60.92158.52118.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=21.82%
G=25.91%
B=52.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48571150.580.5000.55231.9441.131.96
Hex3039733A32037e82920
Octal607116372620673505140
Binary1100001110011110011111010110010011011111101000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303973; }

 p { color: rgb(48,57,115); }

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

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

 a { background-color: rgb(48,57,115); }

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

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

 span { border-color: rgb(48,57,115); }

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