#30317A

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

Shades of Torea Bay #30317A

Tints of Torea Bay #30317A

Color information

#30317A (or 0x30317A) is unknown color: approx Torea Bay. HEX triplet: 30, 31 and 7A. RGB value is (48,49,122). Sum of RGB (Red+Green+Blue) = 48+49+122=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #30317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30317A is #CFCE85. Grayscale: #383838. Windows color (decimal): -13618822 or 8007984. OLE color: 8007984.

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

Color convert

RGB4849122-
CMYK0.610.6000.52
HSL239.19º43.53%33.33%-
HSV(B)239.19º60.66%47.84%-
XYZ5.834.2318.92-
YUV57.02164.67121.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=21.92%
G=22.37%
B=55.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48491220.610.6000.52239.1943.5333.33
Hex30317A3D3C034ef2c21
Octal606117275740643575441
Binary1100001100011111010111101111100011010011101111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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