#30397E

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

Shades of Torea Bay #30397E

Tints of Torea Bay #30397E

Color information

#30397E (or 0x30397E) is unknown color: approx Torea Bay. HEX triplet: 30, 39 and 7E. RGB value is (48,57,126). Sum of RGB (Red+Green+Blue) = 48+57+126=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #30397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30397E is #CFC681. Grayscale: #3D3D3D. Windows color (decimal): -13616770 or 8272176. OLE color: 8272176.

HSL color Cylindrical-coordinate representation of color #30397E: hue angle of 233.08º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30397E is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4857126-
CMYK0.620.5500.51
HSL233.08º44.83%34.12%-
HSV(B)233.08º61.9%49.41%-
XYZ6.455.0620.38-
YUV62.18164.02117.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=20.78%
G=24.68%
B=54.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48571260.620.5500.51233.0844.8334.12
Hex30397E3E37033e92d22
Octal607117676670633515542
Binary1100001110011111110111110110111011001111101001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30397E; }

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

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

<style>
 a { background-color: #30397E; }

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

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

<style>
 span { border-color: #30397E; }

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

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