#30347B

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

Shades of Torea Bay #30347B

Tints of Torea Bay #30347B

Color information

#30347B (or 0x30347B) is unknown color: approx Torea Bay. HEX triplet: 30, 34 and 7B. RGB value is (48,52,123). Sum of RGB (Red+Green+Blue) = 48+52+123=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #30347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30347B is #CFCB84. Grayscale: #3A3A3A. Windows color (decimal): -13618053 or 8074288. OLE color: 8074288.

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

Color convert

RGB4852123-
CMYK0.610.5800.52
HSL236.8º43.86%33.53%-
HSV(B)236.8º60.98%48.24%-
XYZ6.024.5119.29-
YUV58.9164.17120.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=21.52%
G=23.32%
B=55.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48521230.610.5800.52236.843.8633.53
Hex30347B3D3A034ed2c22
Octal606417375720643555442
Binary1100001101001111011111101111010011010011101101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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