Html Css Color HEX #305A49 Spectra

📋 copy color: '#305A49'

red 48 ◦ green 90 ◦ blue 73

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

Shades of Spectra #305A49

Tints of Spectra #305A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 22.75%
G = 42.65%
B = 34.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#305A49 (or 0x305A49) is known color: Spectra. HEX triplet: 30, 5A and 49. RGB value is (48,90,73). Sum of RGB (Red+Green+Blue) = 48+90+73=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #305A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A49 is #CFA5B6. Grayscale: #4B4B4B. Windows color (decimal): -13608375 or 4807216. OLE color: 4807216.

HSL color Cylindrical-coordinate representation of color #305A49: hue angle of 155.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A49 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 73 -
CMYK 0.47 0 0.19 0.65
HSL 155.71º 0.3% 0.27% -
HSV(B) 155.71º 0.47% 0.35% -
XYZ 6.08 8.42 7.61 -
YUV 75.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 48 90 73 0.47 0 0.19 0.65 155.71 0.3 0.27
Hex 30 5A 49 2F 0 13 41 9C 1E 1B
Octal 60 132 111 57 0 23 101 234 36 33
Binary 110000 1011010 1001001 101111 0 10011 1000001 10011100 11110 11011

Color Harmonies of #305A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A49

Black with #305A49

Text Example


Text Example

White with #305A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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