#304650

Color #304650 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #304650

Tints of Big Stone #304650

Color information

#304650 (or 0x304650) is unknown color: approx Big Stone. HEX triplet: 30, 46 and 50. RGB value is (48,70,80). Sum of RGB (Red+Green+Blue) = 48+70+80=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #304650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304650 is #CFB9AF. Grayscale: #404040. Windows color (decimal): -13613488 or 5260848. OLE color: 5260848.

HSL color Cylindrical-coordinate representation of color #304650: hue angle of 198.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304650 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487080-
CMYK0.400.1200.69
HSL198.75º25%25.1%-
HSV(B)198.75º40%31.37%-
XYZ4.865.598.41-
YUV64.56136.71116.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=24.24%
G=35.35%
B=40.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4870800.400.1200.69198.752525.1
Hex30465028C045c71919
Octal60106120501401053073131
Binary11000010001101010000101000110001000101110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304650; }

 p { color: rgb(48,70,80); }

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

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

 a { background-color: rgb(48,70,80); }

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

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

 span { border-color: rgb(48,70,80); }

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