Html Css Color HEX #304248 Big Stone

📋 copy color: '#304248'

red 48 ◦ green 66 ◦ blue 72

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

Shades of Big Stone #304248

Tints of Big Stone #304248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 25.81%
G = 35.48%
B = 38.71%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#304248 (or 0x304248) is known color: Big Stone. HEX triplet: 30, 42 and 48. RGB value is (48,66,72). Sum of RGB (Red+Green+Blue) = 48+66+72=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #304248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304248 is #CFBDB7. Grayscale: #3D3D3D. Windows color (decimal): -13614520 or 4735536. OLE color: 4735536.

HSL color Cylindrical-coordinate representation of color #304248: hue angle of 195º 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 #304248 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 66 72 -
CMYK 0.33 0.08 0 0.72
HSL 195º 0.2% 0.24% -
HSV(B) 195º 0.33% 0.28% -
XYZ 4.34 4.99 6.87 -
YUV 61.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 48 66 72 0.33 0.08 0 0.72 195 0.2 0.24
Hex 30 42 48 21 8 0 48 C3 14 18
Octal 60 102 110 41 10 0 110 303 24 30
Binary 110000 1000010 1001000 100001 1000 0 1001000 11000011 10100 11000

Color Harmonies of #304248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304248

Black with #304248

Text Example


Text Example

White with #304248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304248; }

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

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

background-color css

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

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

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

border-color css

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

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

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