#303879

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

Shades of Torea Bay #303879

Tints of Torea Bay #303879

Color information

#303879 (or 0x303879) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 79. RGB value is (48,56,121). Sum of RGB (Red+Green+Blue) = 48+56+121=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #303879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303879 is #CFC786. Grayscale: #3C3C3C. Windows color (decimal): -13617031 or 7944240. OLE color: 7944240.

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

Color convert

RGB4856121-
CMYK0.600.5400.53
HSL233.42º43.2%33.14%-
HSV(B)233.42º60.33%47.45%-
XYZ6.084.8418.7-
YUV61.02161.85118.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=21.33%
G=24.89%
B=53.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48561210.600.5400.53233.4243.233.14
Hex3038793C36035e92b21
Octal607017174660653515341
Binary1100001110001111001111100110110011010111101001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303879; }

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

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

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

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

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

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

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

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