Html Css Color HEX #304448 Big Stone

📋 copy color: '#304448'

red 48 ◦ green 68 ◦ blue 72

#304448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Big Stone #304448

Tints of Big Stone #304448

RGB

 RED value IS 48 (19.14% from 255) = 25.53%

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 25.53%
G = 36.17%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#304448 (or 0x304448) is known color: Big Stone. HEX triplet: 30, 44 and 48. RGB value is (48,68,72). Sum of RGB (Red+Green+Blue) = 48+68+72=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #304448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304448 is #CFBBB7. Grayscale: #3E3E3E. Windows color (decimal): -13614008 or 4736048. OLE color: 4736048.

HSL color Cylindrical-coordinate representation of color #304448: hue angle of 190º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304448 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 68 72 -
CMYK 0.33 0.06 0 0.72
HSL 190º 0.2% 0.24% -
HSV(B) 190º 0.33% 0.28% -
XYZ 4.46 5.23 6.91 -
YUV 62.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 48 68 72 0.33 0.06 0 0.72 190 0.2 0.24
Hex 30 44 48 21 6 0 48 BE 14 18
Octal 60 104 110 41 6 0 110 276 24 30
Binary 110000 1000100 1001000 100001 110 0 1001000 10111110 10100 11000

Color Harmonies of #304448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304448

Black with #304448

Text Example


Text Example

White with #304448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304448; }

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

 H1.HeaderClassName
 {
   color: #304448;
 }
 .AnyTagClassName
 {
   color: #304448;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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