Html Css Color HEX #305547 Spectra

📋 copy color: '#305547'

red 48 ◦ green 85 ◦ blue 71

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

Shades of Spectra #305547

Tints of Spectra #305547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 23.53%
G = 41.67%
B = 34.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#305547 (or 0x305547) is known color: Spectra. HEX triplet: 30, 55 and 47. RGB value is (48,85,71). Sum of RGB (Red+Green+Blue) = 48+85+71=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #305547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305547 is #CFAAB8. Grayscale: #484848. Windows color (decimal): -13609657 or 4674864. OLE color: 4674864.

HSL color Cylindrical-coordinate representation of color #305547: hue angle of 157.3º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305547 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 71 -
CMYK 0.44 0 0.16 0.67
HSL 157.3º 0.28% 0.26% -
HSV(B) 157.3º 0.44% 0.33% -
XYZ 5.6 7.58 7.13 -
YUV 72.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 48 85 71 0.44 0 0.16 0.67 157.3 0.28 0.26
Hex 30 55 47 2C 0 10 43 9D 1C 1A
Octal 60 125 107 54 0 20 103 235 34 32
Binary 110000 1010101 1000111 101100 0 10000 1000011 10011101 11100 11010

Color Harmonies of #305547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305547

Black with #305547

Text Example


Text Example

White with #305547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305547; }

 p { color: rgb(48,85,71); }

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

background-color css

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

 a { background-color: rgb(48,85,71); }

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

border-color css

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

 span { border-color: rgb(48,85,71); }

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