#303A79

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

Shades of Torea Bay #303A79

Tints of Torea Bay #303A79

Color information

#303A79 (or 0x303A79) is unknown color: approx Torea Bay. HEX triplet: 30, 3A and 79. RGB value is (48,58,121). Sum of RGB (Red+Green+Blue) = 48+58+121=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #303A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A79 is #CFC586. Grayscale: #3D3D3D. Windows color (decimal): -13616519 or 7944752. OLE color: 7944752.

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

Color convert

RGB4858121-
CMYK0.600.5200.53
HSL231.78º43.2%33.14%-
HSV(B)231.78º60.33%47.45%-
XYZ6.185.0318.74-
YUV62.19161.19117.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=21.15%
G=25.55%
B=53.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48581210.600.5200.53231.7843.233.14
Hex303A793C34035e82b21
Octal607217174640653505341
Binary1100001110101111001111100110100011010111101000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A79; }

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

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

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

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

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

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

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

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