#303972

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

Shades of Torea Bay #303972

Tints of Torea Bay #303972

Color information

#303972 (or 0x303972) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 72. RGB value is (48,57,114). Sum of RGB (Red+Green+Blue) = 48+57+114=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #303972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303972 is #CFC68D. Grayscale: #3C3C3C. Windows color (decimal): -13616782 or 7485744. OLE color: 7485744.

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

Color convert

RGB4857114-
CMYK0.580.5000.55
HSL231.82º40.74%31.76%-
HSV(B)231.82º57.89%44.71%-
XYZ5.724.7716.54-
YUV60.81158.02118.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=21.92%
G=26.03%
B=52.05%

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
Decimal48571140.580.5000.55231.8240.7431.76
Hex3039723A32037e82920
Octal607116272620673505140
Binary1100001110011110010111010110010011011111101000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303972; }

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

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

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

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

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

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

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

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