Html Css Color HEX #305748 Spectra

📋 copy color: '#305748'

red 48 ◦ green 87 ◦ blue 72

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

Shades of Spectra #305748

Tints of Spectra #305748

RGB

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

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

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

R = 23.19%
G = 42.03%
B = 34.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#305748 (or 0x305748) is known color: Spectra. HEX triplet: 30, 57 and 48. RGB value is (48,87,72). Sum of RGB (Red+Green+Blue) = 48+87+72=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #305748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305748 is #CFA8B7. Grayscale: #494949. Windows color (decimal): -13609144 or 4740912. OLE color: 4740912.

HSL color Cylindrical-coordinate representation of color #305748: hue angle of 156.92º 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 #305748 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 72 -
CMYK 0.45 0 0.17 0.66
HSL 156.92º 0.29% 0.26% -
HSV(B) 156.92º 0.45% 0.34% -
XYZ 5.8 7.91 7.35 -
YUV 73.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 48 87 72 0.45 0 0.17 0.66 156.92 0.29 0.26
Hex 30 57 48 2D 0 11 42 9D 1D 1A
Octal 60 127 110 55 0 21 102 235 35 32
Binary 110000 1010111 1001000 101101 0 10001 1000010 10011101 11101 11010

Color Harmonies of #305748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305748

Black with #305748

Text Example


Text Example

White with #305748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305748; }

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

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

background-color css

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

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

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

border-color css

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

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

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