#304450

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

Shades of Big Stone #304450

Tints of Big Stone #304450

Color information

#304450 (or 0x304450) is unknown color: approx Big Stone. HEX triplet: 30, 44 and 50. RGB value is (48,68,80). Sum of RGB (Red+Green+Blue) = 48+68+80=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #304450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304450 is #CFBBAF. Grayscale: #3F3F3F. Windows color (decimal): -13614000 or 5260336. OLE color: 5260336.

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

Color convert

RGB486880-
CMYK0.400.1500.69
HSL202.5º25%25.1%-
HSV(B)202.5º40%31.37%-
XYZ4.735.348.37-
YUV63.39137.37117.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=24.49%
G=34.69%
B=40.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4868800.400.1500.69202.52525.1
Hex30445028F045ca1919
Octal60104120501701053123131
Binary11000010001001010000101000111101000101110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304450; }

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

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

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

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

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

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

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

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