#30396D

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

Shades of Torea Bay #30396D

Tints of Torea Bay #30396D

Color information

#30396D (or 0x30396D) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 6D. RGB value is (48,57,109). Sum of RGB (Red+Green+Blue) = 48+57+109=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #30396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30396D is #CFC692. Grayscale: #3C3C3C. Windows color (decimal): -13616787 or 7158064. OLE color: 7158064.

HSL color Cylindrical-coordinate representation of color #30396D: hue angle of 231.15º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30396D is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4857109-
CMYK0.560.4800.57
HSL231.15º38.85%30.78%-
HSV(B)231.15º55.96%42.75%-
XYZ5.444.6615.08-
YUV60.24155.52119.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=22.43%
G=26.64%
B=50.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48571090.560.4800.57231.1538.8530.78
Hex30396D3830039e7271f
Octal607115570600713474737
Binary110000111001110110111100011000001110011110011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30396D; }

 p { color: rgb(48,57,109); }

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

<style>
 a { background-color: #30396D; }

 a { background-color: rgb(48,57,109); }

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

<style>
 span { border-color: #30396D; }

 span { border-color: rgb(48,57,109); }

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