#30317F

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

Shades of Torea Bay #30317F

Tints of Torea Bay #30317F

Color information

#30317F (or 0x30317F) is unknown color: approx Torea Bay. HEX triplet: 30, 31 and 7F. RGB value is (48,49,127). Sum of RGB (Red+Green+Blue) = 48+49+127=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #30317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30317F is #CFCE80. Grayscale: #393939. Windows color (decimal): -13618817 or 8335664. OLE color: 8335664.

HSL color Cylindrical-coordinate representation of color #30317F: hue angle of 239.24º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30317F is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4849127-
CMYK0.620.6100.50
HSL239.24º45.14%34.31%-
HSV(B)239.24º62.2%49.8%-
XYZ6.154.3620.6-
YUV57.59167.17121.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 127 (50% from 255) = 56.70%
R=21.43%
G=21.88%
B=56.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48491270.620.6100.50239.2445.1434.31
Hex30317F3E3D032ef2d22
Octal606117776750623575542
Binary1100001100011111111111110111101011001011101111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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