#304550

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

Shades of Big Stone #304550

Tints of Big Stone #304550

Color information

#304550 (or 0x304550) is unknown color: approx Big Stone. HEX triplet: 30, 45 and 50. RGB value is (48,69,80). Sum of RGB (Red+Green+Blue) = 48+69+80=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #304550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304550 is #CFBAAF. Grayscale: #3F3F3F. Windows color (decimal): -13613744 or 5260592. OLE color: 5260592.

HSL color Cylindrical-coordinate representation of color #304550: hue angle of 200.62º 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 #304550 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486980-
CMYK0.400.1400.69
HSL200.62º25%25.1%-
HSV(B)200.62º40%31.37%-
XYZ4.85.468.39-
YUV63.98137.04116.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=24.37%
G=35.03%
B=40.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4869800.400.1400.69200.622525.1
Hex30455028E045c91919
Octal60105120501601053113131
Binary11000010001011010000101000111001000101110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304550; }

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

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

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

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

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

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

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

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