#30347C

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

Shades of Torea Bay #30347C

Tints of Torea Bay #30347C

Color information

#30347C (or 0x30347C) is unknown color: approx Torea Bay. HEX triplet: 30, 34 and 7C. RGB value is (48,52,124). Sum of RGB (Red+Green+Blue) = 48+52+124=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #30347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30347C is #CFCB83. Grayscale: #3A3A3A. Windows color (decimal): -13618052 or 8139824. OLE color: 8139824.

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

Color convert

RGB4852124-
CMYK0.610.5800.51
HSL236.84º44.19%33.73%-
HSV(B)236.84º61.29%48.63%-
XYZ6.094.5419.62-
YUV59.01164.67120.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=21.43%
G=23.21%
B=55.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48521240.610.5800.51236.8444.1933.73
Hex30347C3D3A033ed2c22
Octal606417475720633555442
Binary1100001101001111100111101111010011001111101101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30347C; }

 p { color: rgb(48,52,124); }

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

<style>
 a { background-color: #30347C; }

 a { background-color: rgb(48,52,124); }

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

<style>
 span { border-color: #30347C; }

 span { border-color: rgb(48,52,124); }

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