#30317E

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

Shades of Torea Bay #30317E

Tints of Torea Bay #30317E

Color information

#30317E (or 0x30317E) is unknown color: approx Torea Bay. HEX triplet: 30, 31 and 7E. RGB value is (48,49,126). Sum of RGB (Red+Green+Blue) = 48+49+126=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #30317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30317E is #CFCE81. Grayscale: #393939. Windows color (decimal): -13618818 or 8270128. OLE color: 8270128.

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

Color convert

RGB4849126-
CMYK0.620.6100.51
HSL239.23º44.83%34.12%-
HSV(B)239.23º61.9%49.41%-
XYZ6.084.3320.25-
YUV57.48166.67121.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 126 (49.61% from 255) = 56.50%
R=21.52%
G=21.97%
B=56.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48491260.620.6100.51239.2344.8334.12
Hex30317E3E3D033ef2d22
Octal606117676750633575542
Binary1100001100011111110111110111101011001111101111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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