#30337A

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

Shades of Torea Bay #30337A

Tints of Torea Bay #30337A

Color information

#30337A (or 0x30337A) is unknown color: approx Torea Bay. HEX triplet: 30, 33 and 7A. RGB value is (48,51,122). Sum of RGB (Red+Green+Blue) = 48+51+122=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #30337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30337A is #CFCC85. Grayscale: #393939. Windows color (decimal): -13618310 or 8008496. OLE color: 8008496.

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

Color convert

RGB4851122-
CMYK0.610.5800.52
HSL237.57º43.53%33.33%-
HSV(B)237.57º60.66%47.84%-
XYZ5.924.418.95-
YUV58.2164.01120.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=21.72%
G=23.08%
B=55.20%

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
Decimal48511220.610.5800.52237.5743.5333.33
Hex30337A3D3A034ee2c21
Octal606317275720643565441
Binary1100001100111111010111101111010011010011101110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30337A; }

 p { color: rgb(48,51,122); }

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

<style>
 a { background-color: #30337A; }

 a { background-color: rgb(48,51,122); }

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

<style>
 span { border-color: #30337A; }

 span { border-color: rgb(48,51,122); }

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