#30397A

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

Shades of Torea Bay #30397A

Tints of Torea Bay #30397A

Color information

#30397A (or 0x30397A) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 7A. RGB value is (48,57,122). Sum of RGB (Red+Green+Blue) = 48+57+122=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #30397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30397A is #CFC685. Grayscale: #3D3D3D. Windows color (decimal): -13616774 or 8010032. OLE color: 8010032.

HSL color Cylindrical-coordinate representation of color #30397A: hue angle of 232.7º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30397A is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4857122-
CMYK0.610.5300.52
HSL232.7º43.53%33.33%-
HSV(B)232.7º60.66%47.84%-
XYZ6.194.9619.04-
YUV61.72162.02118.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=21.15%
G=25.11%
B=53.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48571220.610.5300.52232.743.5333.33
Hex30397A3D35034e92c21
Octal607117275650643515441
Binary1100001110011111010111101110101011010011101001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30397A; }

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

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

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

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

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

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

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

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