Html Css Color HEX #30564C Spectra

📋 copy color: '#30564C'

red 48 ◦ green 86 ◦ blue 76

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

Shades of Spectra #30564C

Tints of Spectra #30564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 22.86%
G = 40.95%
B = 36.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#30564C (or 0x30564C) is known color: Spectra. HEX triplet: 30, 56 and 4C. RGB value is (48,86,76). Sum of RGB (Red+Green+Blue) = 48+86+76=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #30564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30564C is #CFA9B3. Grayscale: #494949. Windows color (decimal): -13609396 or 5002800. OLE color: 5002800.

HSL color Cylindrical-coordinate representation of color #30564C: hue angle of 164.21º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30564C is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 76 -
CMYK 0.44 0 0.12 0.66
HSL 164.21º 0.28% 0.26% -
HSV(B) 164.21º 0.44% 0.34% -
XYZ 5.85 7.81 8.04 -
YUV 73.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 48 86 76 0.44 0 0.12 0.66 164.21 0.28 0.26
Hex 30 56 4C 2C 0 C 42 A4 1C 1A
Octal 60 126 114 54 0 14 102 244 34 32
Binary 110000 1010110 1001100 101100 0 1100 1000010 10100100 11100 11010

Color Harmonies of #30564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30564C

Black with #30564C

Text Example


Text Example

White with #30564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30564C; }

 p { color: rgb(48,86,76); }

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

background-color css

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

 a { background-color: rgb(48,86,76); }

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

border-color css

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

 span { border-color: rgb(48,86,76); }

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