Html Css Color HEX #305749 Spectra

📋 copy color: '#305749'

red 48 ◦ green 87 ◦ blue 73

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

Shades of Spectra #305749

Tints of Spectra #305749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

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

R = 23.08%
G = 41.83%
B = 35.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#305749 (or 0x305749) is known color: Spectra. HEX triplet: 30, 57 and 49. RGB value is (48,87,73). Sum of RGB (Red+Green+Blue) = 48+87+73=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #305749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305749 is #CFA8B6. Grayscale: #494949. Windows color (decimal): -13609143 or 4806448. OLE color: 4806448.

HSL color Cylindrical-coordinate representation of color #305749: hue angle of 158.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305749 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 73 -
CMYK 0.45 0 0.16 0.66
HSL 158.46º 0.29% 0.26% -
HSV(B) 158.46º 0.45% 0.34% -
XYZ 5.83 7.93 7.53 -
YUV 73.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 48 87 73 0.45 0 0.16 0.66 158.46 0.29 0.26
Hex 30 57 49 2D 0 10 42 9E 1D 1A
Octal 60 127 111 55 0 20 102 236 35 32
Binary 110000 1010111 1001001 101101 0 10000 1000010 10011110 11101 11010

Color Harmonies of #305749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305749

Black with #305749

Text Example


Text Example

White with #305749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305749; }

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

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

background-color css

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

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

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

border-color css

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

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

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