#30367F

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

Shades of Torea Bay #30367F

Tints of Torea Bay #30367F

Color information

#30367F (or 0x30367F) is unknown color: approx Torea Bay. HEX triplet: 30, 36 and 7F. RGB value is (48,54,127). Sum of RGB (Red+Green+Blue) = 48+54+127=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #30367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30367F is #CFC980. Grayscale: #3C3C3C. Windows color (decimal): -13617537 or 8336944. OLE color: 8336944.

HSL color Cylindrical-coordinate representation of color #30367F: hue angle of 235.44º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30367F is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4854127-
CMYK0.620.5700.50
HSL235.44º45.14%34.31%-
HSV(B)235.44º62.2%49.8%-
XYZ6.374.820.67-
YUV60.53165.51119.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 127 (50% from 255) = 55.46%
R=20.96%
G=23.58%
B=55.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48541270.620.5700.50235.4445.1434.31
Hex30367F3E39032eb2d22
Octal606617776710623535542
Binary1100001101101111111111110111001011001011101011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30367F; }

 p { color: rgb(48,54,127); }

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

<style>
 a { background-color: #30367F; }

 a { background-color: rgb(48,54,127); }

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

<style>
 span { border-color: #30367F; }

 span { border-color: rgb(48,54,127); }

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