Html Css Color HEX #305258 Dark Slate Grey

📋 copy color: '#305258'

red 48 ◦ green 82 ◦ blue 88

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

Shades of Dark Slate Grey #305258

Tints of Dark Slate Grey #305258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 22.02%
G = 37.61%
B = 40.37%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305258 (or 0x305258) is known color: Dark Slate Grey. HEX triplet: 30, 52 and 58. RGB value is (48,82,88). Sum of RGB (Red+Green+Blue) = 48+82+88=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #305258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305258 is #CFADA7. Grayscale: #484848. Windows color (decimal): -13610408 or 5788208. OLE color: 5788208.

HSL color Cylindrical-coordinate representation of color #305258: hue angle of 189º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305258 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 82 88 -
CMYK 0.45 0.07 0 0.65
HSL 189º 0.29% 0.27% -
HSV(B) 189º 0.45% 0.35% -
XYZ 6 7.37 10.34 -
YUV 72.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 48 82 88 0.45 0.07 0 0.65 189 0.29 0.27
Hex 30 52 58 2D 7 0 41 BD 1D 1B
Octal 60 122 130 55 7 0 101 275 35 33
Binary 110000 1010010 1011000 101101 111 0 1000001 10111101 11101 11011

Color Harmonies of #305258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305258

Black with #305258

Text Example


Text Example

White with #305258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305258; }

 p { color: rgb(48,82,88); }

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

background-color css

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

 a { background-color: rgb(48,82,88); }

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

border-color css

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

 span { border-color: rgb(48,82,88); }

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