Html Css Color HEX #306C56 Spectra

📋 copy color: '#306C56'

red 48 ◦ green 108 ◦ blue 86

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

Shades of Spectra #306C56

Tints of Spectra #306C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 19.83%
G = 44.63%
B = 35.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#306C56 (or 0x306C56) is known color: Spectra. HEX triplet: 30, 6C and 56. RGB value is (48,108,86). Sum of RGB (Red+Green+Blue) = 48+108+86=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #306C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C56 is #CF93A9. Grayscale: #575757. Windows color (decimal): -13603754 or 5663792. OLE color: 5663792.

HSL color Cylindrical-coordinate representation of color #306C56: hue angle of 158º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C56 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 86 -
CMYK 0.56 0 0.20 0.58
HSL 158º 0.38% 0.31% -
HSV(B) 158º 0.56% 0.42% -
XYZ 8.26 12.03 10.69 -
YUV 87.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 48 108 86 0.56 0 0.20 0.58 158 0.38 0.31
Hex 30 6C 56 38 0 14 3A 9E 26 1F
Octal 60 154 126 70 0 24 72 236 46 37
Binary 110000 1101100 1010110 111000 0 10100 111010 10011110 100110 11111

Color Harmonies of #306C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C56

Black with #306C56

Text Example


Text Example

White with #306C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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