#303977

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

Shades of Torea Bay #303977

Tints of Torea Bay #303977

Color information

#303977 (or 0x303977) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 77. RGB value is (48,57,119). Sum of RGB (Red+Green+Blue) = 48+57+119=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #303977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303977 is #CFC688. Grayscale: #3D3D3D. Windows color (decimal): -13616777 or 7813424. OLE color: 7813424.

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

Color convert

RGB4857119-
CMYK0.600.5200.53
HSL232.39º42.51%32.75%-
HSV(B)232.39º59.66%46.67%-
XYZ6.014.8918.08-
YUV61.38160.52118.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=21.43%
G=25.45%
B=53.12%

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
Decimal48571190.600.5200.53232.3942.5132.75
Hex3039773C34035e82b21
Octal607116774640653505341
Binary1100001110011110111111100110100011010111101000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303977; }

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

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

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

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

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

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

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

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