Html Css Color HEX #305549 Spectra

📋 copy color: '#305549'

red 48 ◦ green 85 ◦ blue 73

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

Shades of Spectra #305549

Tints of Spectra #305549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 23.3%
G = 41.26%
B = 35.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#305549 (or 0x305549) is known color: Spectra. HEX triplet: 30, 55 and 49. RGB value is (48,85,73). Sum of RGB (Red+Green+Blue) = 48+85+73=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #305549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305549 is #CFAAB6. Grayscale: #484848. Windows color (decimal): -13609655 or 4805936. OLE color: 4805936.

HSL color Cylindrical-coordinate representation of color #305549: hue angle of 160.54º 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 #305549 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 73 -
CMYK 0.44 0 0.14 0.67
HSL 160.54º 0.28% 0.26% -
HSV(B) 160.54º 0.44% 0.33% -
XYZ 5.67 7.61 7.47 -
YUV 72.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 48 85 73 0.44 0 0.14 0.67 160.54 0.28 0.26
Hex 30 55 49 2C 0 E 43 A1 1C 1A
Octal 60 125 111 54 0 16 103 241 34 32
Binary 110000 1010101 1001001 101100 0 1110 1000011 10100001 11100 11010

Color Harmonies of #305549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305549

Black with #305549

Text Example


Text Example

White with #305549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305549; }

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

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

background-color css

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

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

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

border-color css

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

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

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