#303978

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

Shades of Torea Bay #303978

Tints of Torea Bay #303978

Color information

#303978 (or 0x303978) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 78. RGB value is (48,57,120). Sum of RGB (Red+Green+Blue) = 48+57+120=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #303978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303978 is #CFC687. Grayscale: #3D3D3D. Windows color (decimal): -13616776 or 7878960. OLE color: 7878960.

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

Color convert

RGB4857120-
CMYK0.600.5200.53
HSL232.5º42.86%32.94%-
HSV(B)232.5º60%47.06%-
XYZ6.074.9118.4-
YUV61.49161.02118.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=21.33%
G=25.33%
B=53.33%

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
Decimal48571200.600.5200.53232.542.8632.94
Hex3039783C34035e82b21
Octal607117074640653505341
Binary1100001110011111000111100110100011010111101000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303978; }

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

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

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

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

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

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

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

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