#30327B

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

Shades of Torea Bay #30327B

Tints of Torea Bay #30327B

Color information

#30327B (or 0x30327B) is unknown color: approx Torea Bay. HEX triplet: 30, 32 and 7B. RGB value is (48,50,123). Sum of RGB (Red+Green+Blue) = 48+50+123=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #30327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30327B is #CFCD84. Grayscale: #393939. Windows color (decimal): -13618565 or 8073776. OLE color: 8073776.

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

Color convert

RGB4850123-
CMYK0.610.5900.52
HSL238.4º43.86%33.53%-
HSV(B)238.4º60.98%48.24%-
XYZ5.934.3419.26-
YUV57.72164.84121.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=21.72%
G=22.62%
B=55.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48501230.610.5900.52238.443.8633.53
Hex30327B3D3B034ee2c22
Octal606217375730643565442
Binary1100001100101111011111101111011011010011101110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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