#30317B

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

Shades of Torea Bay #30317B

Tints of Torea Bay #30317B

Color information

#30317B (or 0x30317B) is unknown color: approx Torea Bay. HEX triplet: 30, 31 and 7B. RGB value is (48,49,123). Sum of RGB (Red+Green+Blue) = 48+49+123=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #30317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30317B is #CFCE84. Grayscale: #383838. Windows color (decimal): -13618821 or 8073520. OLE color: 8073520.

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

Color convert

RGB4849123-
CMYK0.610.6000.52
HSL239.2º43.86%33.53%-
HSV(B)239.2º60.98%48.24%-
XYZ5.894.2619.25-
YUV57.14165.17121.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=21.82%
G=22.27%
B=55.91%

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
Decimal48491230.610.6000.52239.243.8633.53
Hex30317B3D3C034ef2c22
Octal606117375740643575442
Binary1100001100011111011111101111100011010011101111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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