Html Css Color HEX #306B55 Spectra

📋 copy color: '#306B55'

red 48 ◦ green 107 ◦ blue 85

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

Shades of Spectra #306B55

Tints of Spectra #306B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 20%
G = 44.58%
B = 35.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#306B55 (or 0x306B55) is known color: Spectra. HEX triplet: 30, 6B and 55. RGB value is (48,107,85). Sum of RGB (Red+Green+Blue) = 48+107+85=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #306B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B55 is #CF94AA. Grayscale: #565656. Windows color (decimal): -13604011 or 5598000. OLE color: 5598000.

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

Color convert

RGB 48 107 85 -
CMYK 0.55 0 0.21 0.58
HSL 157.63º 0.38% 0.3% -
HSV(B) 157.63º 0.55% 0.42% -
XYZ 8.12 11.8 10.44 -
YUV 86.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 48 107 85 0.55 0 0.21 0.58 157.63 0.38 0.3
Hex 30 6B 55 37 0 15 3A 9E 26 1E
Octal 60 153 125 67 0 25 72 236 46 36
Binary 110000 1101011 1010101 110111 0 10101 111010 10011110 100110 11110

Color Harmonies of #306B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B55

Black with #306B55

Text Example


Text Example

White with #306B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,85); }

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

background-color css

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

 a { background-color: rgb(48,107,85); }

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

border-color css

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

 span { border-color: rgb(48,107,85); }

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