#303979

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

Shades of Torea Bay #303979

Tints of Torea Bay #303979

Color information

#303979 (or 0x303979) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 79. RGB value is (48,57,121). Sum of RGB (Red+Green+Blue) = 48+57+121=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #303979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303979 is #CFC686. Grayscale: #3D3D3D. Windows color (decimal): -13616775 or 7944496. OLE color: 7944496.

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

Color convert

RGB4857121-
CMYK0.600.5300.53
HSL232.6º43.2%33.14%-
HSV(B)232.6º60.33%47.45%-
XYZ6.134.9418.72-
YUV61.6161.52118.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=21.24%
G=25.22%
B=53.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48571210.600.5300.53232.643.233.14
Hex3039793C35035e92b21
Octal607117174650653515341
Binary1100001110011111001111100110101011010111101001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303979; }

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

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

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

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

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

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

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

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